Welcome! Please see the About page for a little more info on how this works.

0 votes
in tools.macro by

with-symbol-macros fails to preserve set sortedness of the literals it encounters in the code it has expanded. This notably causes it to improperly munge the code from the case macro.

See the full discussion on the clojure mailing-list: https://groups.google.com/forum/#!topic/clojure/HdmkjLcyqWQ

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/TMACRO-6 (reported by alex+import)
...