Re: clojure.main always exits with code 0

2009-04-09 Thread abedra
I have experienced this as well. My problem is that I would like my test suite to exit the proper way so that CI knows that the build actually failed. Currently test-is seems to just report to stdout, but not set anything that would cause the suite to fail with the proper exit code. Any ide

Re: Apply holding onto the head of lazy seqs nested within args; .invoke weirdness

2011-07-29 Thread abedra
It seems like the behavior has changed a little in Clojure 1.3, but still warrants some additional discussion. Here's what I saw (count (range 1)) user=> 1 (apply count [(range 1)]) user=> 1 (apply + (range 1)) user=> 49995000 (. count (applyTo (

Re: Clojure 1.3 Beta 1

2011-07-29 Thread abedra
Can you provide a couple of concrete examples for this? I will make the ticket in JIRA and start working on it, but I am spread thin on quite a few things at the moment and these examples will help a lot. Cheers, Aaron Bedra -- Clojure/core http://clojure.com On Jun 24, 12:47 pm, Mark Engelberg