As stated in the subject line, the last test in numbers.clj
throws an exception because it is trying to cast an integer
into a BigDecimal, which is not possible.

This is on Mac OS X 10.5.5 with Java 1.5, the exception it fails with
is:
java.lang.IllegalArgumentException: No matching method found: valueOf

I don't think the exception itself is a bug. It seems coercing
Integers into bigdecimals
is something you're not supposed to do.

I can't submit a patch as I have no CA, but this would be trivial to
fix eg. by coercing a
double literal instead of an integer literal.

--
Jarkko
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to