I encountered this bug via a macro with (map keyword syms). (keyword :x) produces ::x, (keyword (keyword :x)) produces :::x, etc. Also, it might be worth mentioning (identical? :x (keyword :x)) and (identical? :x (keyword "x")) both fail.
Environment
None
Attachments
1
cljs_599.patch
26 Sep, 2013
Activity
Joel Holdbrooks
September 26, 2013 at 6:58 PM
Thanks David! Looks like I've gotta get something in the mail!
I encountered this bug via a macro with (map keyword syms). (keyword :x) produces ::x, (keyword (keyword :x)) produces :::x, etc. Also, it might be worth mentioning (identical? :x (keyword :x)) and (identical? :x (keyword "x")) both fail.