On Feb 13, 2009, at 7:40 PM, Jeffrey Straszheim wrote:

I just updated, and the unit tests for mod are breaking. It looks like the new mod only works for ints.

Thanks for the report. I removed the non-integer tests.

The new mod isn't working properly though:

        Testing clojure.contrib.test-clojure.numbers

        FAIL in (test-mod) (numbers.clj:104)
        expected: (= (mod 9 -3) 0)
          actual: (not (= -3 0))

        FAIL in (test-mod) (numbers.clj:104)
        expected: (= (mod -9 3) 0)
          actual: (not (= 3 0))

It will need a fix.

This is nice test-clojure success case. Congratulations test-clojure team!

--Steve

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to