<feed xmlns='http://www.w3.org/2005/Atom'>
<title>clojure/test, branch 1.2.x</title>
<subtitle>The Clojure programming language http://clojure.org</subtitle>
<id>https://git.amat.us/clojure/atom/test?h=1.2.x</id>
<link rel='self' href='https://git.amat.us/clojure/atom/test?h=1.2.x'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/'/>
<updated>2010-09-22T21:21:50Z</updated>
<entry>
<title>Fixed a race in the pprint agent test</title>
<updated>2010-09-22T21:21:50Z</updated>
<author>
<name>Tom Faulhaber</name>
<email>git_net@infolace.com</email>
</author>
<published>2010-08-09T19:05:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=afe971a76050fb6d3406394728a66a558849fd12'/>
<id>urn:sha1:afe971a76050fb6d3406394728a66a558849fd12</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>organize common helpers</title>
<updated>2010-08-12T13:16:18Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-08-08T16:50:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=3500afa5f45de4170d965c109114543464a60de0'/>
<id>urn:sha1:3500afa5f45de4170d965c109114543464a60de0</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>more expressive tests for derive/underive</title>
<updated>2010-08-12T13:16:18Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-08-08T16:43:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=9f9f44d151c5d02179b43f7186e55fb94a985fe1'/>
<id>urn:sha1:9f9f44d151c5d02179b43f7186e55fb94a985fe1</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>Fixing underive issues, adding tests</title>
<updated>2010-08-12T13:16:18Z</updated>
<author>
<name>Robert Lachlan</name>
<email>robertlachlan@gmail.com</email>
</author>
<published>2010-07-31T05:50:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=b578c69d7480f621841ebcafdfa98e33fcb765f6'/>
<id>urn:sha1:b578c69d7480f621841ebcafdfa98e33fcb765f6</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>Fix and tests for issue #404</title>
<updated>2010-08-12T13:15:24Z</updated>
<author>
<name>Rasmus Svensson</name>
<email>raek@lysator.liu.se</email>
</author>
<published>2010-08-07T22:13:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=9a1c51b23df6fe0fb9147dd2028334e5d8dea777'/>
<id>urn:sha1:9a1c51b23df6fe0fb9147dd2028334e5d8dea777</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<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>
</feed>
