On Nov 19, 2:21 pm, Rich Hickey <[EMAIL PROTECTED]> wrote:
>
> Fixed (svn 1112) - thanks for the report.
>
> The problem is that the Java reflection APIs return new Boolean values
> other than the canonic Boolean.TRUE and Boolean.FALSE when boxing
> booleans, but for efficiency only canonic false is logical false in
> Clojure. Apparently, Array.get also falls into this category, so I had
> to fix up all Boolean returns from Array.get
>
> Rich

Ah, I thought it might have something to do with the boxing. Thanks
for looking into this so quickly.

warmest regards,


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