Hi,

On Monday, September 12, 2011 8:07:22 PM UTC+2, Chouser wrote:
>
>
> https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/AFn.java#L436
>

looks like a subtle bug, doesn't it?  The compiler translates '-' to '_' 
(Compiler.java:2619) and '>' to '_GT_' (Compiler.java:2623).  Together they 
form the suffix-indicator '__' which leads to a wrong stripping of the 
suffix.

At least, that's how I read the code.

Regards,
Stefan 

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to