<feed xmlns='http://www.w3.org/2005/Atom'>
<title>clojure/test, branch 1.2.0-RC2</title>
<subtitle>The Clojure programming language http://clojure.org</subtitle>
<id>https://git.amat.us/clojure/atom/test?h=1.2.0-RC2</id>
<link rel='self' href='https://git.amat.us/clojure/atom/test?h=1.2.0-RC2'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/'/>
<updated>2010-08-04T18:46:39Z</updated>
<entry>
<title>fix record equality with other maps, = includes type, .equals doesn't. see #418</title>
<updated>2010-08-04T18:46:39Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2010-08-04T18:44:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=f01cef91b7f3fa4f9c867909d6a68ed4f8d49909'/>
<id>urn:sha1:f01cef91b7f3fa4f9c867909d6a68ed4f8d49909</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#407 use munge as cheap validity test for Java method names</title>
<updated>2010-07-30T13:00:29Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-07-29T19:27:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=60d5927fe7b9a2aa773b58666ad64ffa6379c1fe'/>
<id>urn:sha1:60d5927fe7b9a2aa773b58666ad64ffa6379c1fe</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>♯413 parse-args defaults in-enc and out-enc to UTF-8, as required by sh</title>
<updated>2010-07-27T21:04:00Z</updated>
<author>
<name>Ben Smith-Mannschott</name>
<email>bsmith.occs@gmail.com</email>
</author>
<published>2010-07-25T08:45:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=a2c95ef1bf6e34a455b469ac9ff18ddff7e9cef7'/>
<id>urn:sha1:a2c95ef1bf6e34a455b469ac9ff18ddff7e9cef7</id>
<content type='text'>
Previously parse-args was defaulting in-enc and out-enc to the
platform default charset. This contradicted the intent of sh, which is
to default to UTF-8 on all platforms.

This appears not to have been noticed because the unit tests were
still testing for the previous behavior of defaulting to platform
encoding.

(As it turns out the old behavior of using Charset/defaultCharset
would have been wrong on Mac OS X since it claims "Mac Roman" here
despite the fact that Mac OS X uses UTF-8 throughout, including in
Terminal.app, shell and file system.)

Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>fix degenerate defrecords, #402</title>
<updated>2010-07-27T21:03:57Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-07-14T17:41:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=9929b83d3a2b65bc26cbd8f433e25b1671ab583a'/>
<id>urn:sha1:9929b83d3a2b65bc26cbd8f433e25b1671ab583a</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>test for #393</title>
<updated>2010-07-09T22:04:53Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-07-01T02:09:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=07906aab47bdda48d11b56ef0395adb7bf13db43'/>
<id>urn:sha1:07906aab47bdda48d11b56ef0395adb7bf13db43</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>#392 de-uglify option names for sh</title>
<updated>2010-07-09T19:02:42Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-07-07T14:01:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=836bc44afff8ac17233565447e8a289aea3203c4'/>
<id>urn:sha1:836bc44afff8ac17233565447e8a289aea3203c4</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>#392 fix reflection warnings and tests + minor cleanup</title>
<updated>2010-07-09T19:02:42Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-07-01T17:56:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=0d39db4990e5ca2d3f4450f57ab15941e03b2e3b'/>
<id>urn:sha1:0d39db4990e5ca2d3f4450f57ab15941e03b2e3b</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>Tests are now passing on windows refs #376</title>
<updated>2010-07-09T19:01:25Z</updated>
<author>
<name>Aaron Bedra &amp; Stuart Sierra</name>
<email>pair@thinkrelevance.com</email>
</author>
<published>2010-07-03T17:27:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=4630d025d2101d13e626b56b3b2ba01950bd0ac9'/>
<id>urn:sha1:4630d025d2101d13e626b56b3b2ba01950bd0ac9</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>#391 ok for namespaces to replace their own vars</title>
<updated>2010-07-01T01:33:28Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-06-30T03:03:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=daed9dfb86a34c362a614f29c259a35d781d6b1e'/>
<id>urn:sha1:daed9dfb86a34c362a614f29c259a35d781d6b1e</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>Support logical-block macro working correctly in external namespaces.</title>
<updated>2010-06-23T21:06:31Z</updated>
<author>
<name>Tom Faulhaber</name>
<email>git_net@infolace.com</email>
</author>
<published>2010-06-15T18:34:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=a642708b6e9a1718b74248cc28a467bd53afc81f'/>
<id>urn:sha1:a642708b6e9a1718b74248cc28a467bd53afc81f</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
</feed>
