lein-marginalia
lein-marginalia copied to clipboard
Clojure 1.7 breaks Marginalia (including this plugin)
There was an issue with a change in arity for the LispReader functions in Clojure 1.7. This was simple fix but the current maintainer of marginalia is inactive. See https://github.com/gdeer81/marginalia/issues/153
MichaelBlume has forked Marginalia and this plugin. If you want a working version hosted off Clojars, please take a look at the forked repo for updated dependency information.
I mean no offense to the current maintainers of this plugin, but I burned some time updating it myself before I realize MichaelBlume had also forked lein-marginalia (which wasn't mentioned in #153.)
I ran into this as well. Does the same or similar break occur with Clojure 1.8RCn?
This should be closed I believe? Seems like 1.7 is fixed now in general (as long as you're not using reader conditionals).