On Fri, Sep 16, 2011 at 2:20 PM, David Nolen <[email protected]> wrote:

> On Fri, Sep 16, 2011 at 2:07 PM, Mark Engelberg 
> <[email protected]>wrote:
>
>> Here's what I speculate the problem is:
>>
>> Last time I checked, contains? doesn't work on transient sets.
>> Try rewriting (contains? tset %) as (tset %).
>>
>> Let me know if that change fixes your program.  This is a bug I reported
>> something like 1-2 years ago.  If this turns out to be the source of your
>> problem, I'm disappointed to hear it is still not fixed in 1.3.
>>
>> --Mark
>
>
> Examining the Java sources it looks like the transient collections do not
> support contains? by design.
>
>
Am I misunderstanding
https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/ATransientSet.java#L32
 ?

-- 
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

Reply via email to