On Oct 19, 2008, at 3:02 PM, Achim Passen wrote:
> Hi,
>
> user> (= #{1 4} #{2 3})
> true
>
> it's not, is it?
It's not. Line 62 of APersistentSet.java should be:
if (!contains(aM))
rather than
if (!m.contains(aM))
As a more general thought, we Clojure users would benefit from a test
suite for the functions (and macros) shipped with the Clojure
distribution. This seems like an ideal thing for members of the
community to work together on--a large effort that can be done in
parallel. Any work we do on it is to the good and it can grow over
time to be more complete.
Is there already a wiki page for it? Anybody want to sign up for
writing tests for a range of lines in boot.clj? Stuart's
clojure.contrib.test-is lib should provide a good framework to get
started with.
--Steve
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---