Same here. get does not work either on set. But works on transient map. Very difficult to workaround for Sets (as get do not work)
On Sun, Aug 1, 2010 at 8:25 PM, Mark Engelberg <[email protected]> wrote: > I just tested this in Clojure 1.2, and the bug is still there: > > (contains? (transient #{1 2}) 1) -> false ;should return true > > On Mon, Mar 22, 2010 at 5:46 PM, Mark Engelberg <[email protected]> > wrote: >> >> Disturbingly, it doesn't error, it just always returns false. >> This is in version 1.1. Can someone check and see if this is still a >> problem on the latest version? >> >> Thanks, >> >> Mark > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > 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 -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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
