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
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 (
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