On May 5, 2:05 pm, Timo Mihaljov wrote:
> When clojure.contrib.test-is/run-tests is given an invalid argument, it
> throws a NullPointerException:
Fixed!
-SS
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Clojure"
Stuart Sierra wrote:
> On May 5, 2:05 pm, Timo Mihaljov wrote:
>> When clojure.contrib.test-is/run-tests is given an invalid argument, it
>> throws a NullPointerException:
>
> Yes, I'm aware of this, will try to fix.
> -SS
Thank you!
--
Timo
--~--~-~--~~~---~--~---
On May 5, 2:05 pm, Timo Mihaljov wrote:
> When clojure.contrib.test-is/run-tests is given an invalid argument, it
> throws a NullPointerException:
Yes, I'm aware of this, will try to fix.
-SS
--~--~-~--~~~---~--~~
You received this message because you are subscr
When clojure.contrib.test-is/run-tests is given an invalid argument, it
throws a NullPointerException:
user=> (use 'clojure.contrib.test-is)
nil
user=> (run-tests 'asdf)
java.lang.RuntimeException: java.lang.NullPointerException
(NO_SOURCE_FILE:0)
The issue seems harmless in a simple case like