<feed xmlns='http://www.w3.org/2005/Atom'>
<title>clojure/test, branch clojure-1.3.0-alpha5</title>
<subtitle>The Clojure programming language http://clojure.org</subtitle>
<id>https://git.amat.us/clojure/atom/test?h=clojure-1.3.0-alpha5</id>
<link rel='self' href='https://git.amat.us/clojure/atom/test?h=clojure-1.3.0-alpha5'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/'/>
<updated>2011-01-14T16:47:45Z</updated>
<entry>
<title>disable test failing only on Hudson (race condition?)</title>
<updated>2011-01-14T16:47:45Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2011-01-14T16:47:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=5a86d525f10f32304f2cb348c9383934a44e6d4b'/>
<id>urn:sha1:5a86d525f10f32304f2cb348c9383934a44e6d4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#710 diff mutable sets</title>
<updated>2011-01-14T13:23:42Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2011-01-09T22:39:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=15c0f015f723f6c7e8ed3b3c88bb1ecfc01e7980'/>
<id>urn:sha1:15c0f015f723f6c7e8ed3b3c88bb1ecfc01e7980</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>Handle edge case in arbitrary-precision substraction. refs #690</title>
<updated>2011-01-06T00:38:35Z</updated>
<author>
<name>Colin Jones</name>
<email>trptcolin@gmail.com</email>
</author>
<published>2010-12-31T21:32:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=9506ca6e7589599c17e165d6583a9c97aa1ca0c0'/>
<id>urn:sha1:9506ca6e7589599c17e165d6583a9c97aa1ca0c0</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@Orolo.local&gt;
</content>
</entry>
<entry>
<title>Build and deploy with Maven 2; CLJ-681</title>
<updated>2011-01-05T13:12:27Z</updated>
<author>
<name>Stuart Sierra</name>
<email>mail@stuartsierra.com</email>
</author>
<published>2010-12-17T22:04:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=16eef0b2259d3cc0aaa95e7d7b438aeec3cdb197'/>
<id>urn:sha1:16eef0b2259d3cc0aaa95e7d7b438aeec3cdb197</id>
<content type='text'>
* Real pom.xml
* Simpler build.xml for local development with Ant
* No Clojure plugin; uses AntRun to build Clojure
* POM inheritance from Sonatype OSS deployment
* Build instructions in README
* Automatically builds "slim" and "sources" JARs as before
* 'distribution' profile generates a ZIP
* version.properties generated by the version in pom.xml
  * slightly different format
  * minor changes to clojure.core to handle version.properties
* Fix tests that assumed Ant as the test driver
* Tweaked run_tests.clj to work against current master
</content>
</entry>
<entry>
<title>Added sorted-by support for walk and tests</title>
<updated>2011-01-05T12:46:10Z</updated>
<author>
<name>Timothy Pratley</name>
<email>timothypratley@gmail.com</email>
</author>
<published>2010-01-28T05:18:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=c5673086d40f206135b99a37001c80a4016c3877'/>
<id>urn:sha1:c5673086d40f206135b99a37001c80a4016c3877</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>I added a new macro, print-length-loop, that augments loop to only iterate *print-length* times and then emit the "...". This makes it easy to write correct hand-coded dispatch functions.</title>
<updated>2010-12-31T21:50:17Z</updated>
<author>
<name>Tom Faulhaber</name>
<email>git_net@infolace.com</email>
</author>
<published>2010-12-22T09:06:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=404110d0de559bede6eda4b3f14424059b8540b8'/>
<id>urn:sha1:404110d0de559bede6eda4b3f14424059b8540b8</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>#684: fixed race condition in the test code</title>
<updated>2010-12-19T21:17:54Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-12-17T22:02:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=75fd52a684754fbfb82a167f27e129801530eb19'/>
<id>urn:sha1:75fd52a684754fbfb82a167f27e129801530eb19</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>Fixed into-array behavior #678</title>
<updated>2010-12-17T22:09:06Z</updated>
<author>
<name>Alan Dipert</name>
<email>alan@dipert.org</email>
</author>
<published>2010-12-17T20:25:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=2879523aaa72ca9cada4b54f4e4dabe6564de08a'/>
<id>urn:sha1:2879523aaa72ca9cada4b54f4e4dabe6564de08a</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>coalesce test helpers into clojure.test-helper, so new contributors can find them easily. cleanup from #300</title>
<updated>2010-12-17T22:08:46Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-12-17T15:58:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=4e677b34b33219811d66aa9dcb335145439dbecc'/>
<id>urn:sha1:4e677b34b33219811d66aa9dcb335145439dbecc</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>Update tests to recogize appropriate newlines for the platform that they're on.</title>
<updated>2010-12-17T22:08:46Z</updated>
<author>
<name>Tom Faulhaber</name>
<email>git_com@infolace.com</email>
</author>
<published>2010-11-05T04:22:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=afe9d402684f8a8a675b90591621387bb55c0fd4'/>
<id>urn:sha1:afe9d402684f8a8a675b90591621387bb55c0fd4</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
</feed>
