-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leiningen 2.5.1 incompatibility of :plugins #66
Comments
Confirmed. Example interaction using 2.5.1:
Same version of repl-y and nREPL as in leiningen 2.5.0, which works as expected. It would be very helpful if someone could bisect the changes to leiningen between 2.5.0 and 2.5.1. |
I've been meaning to experiment with some clojure bisect patterns / kung fu, and also use cljx, so I might give this a go. I'm also having a lot of trouble with uberjar'ing stuff so maybe I can give that a go at the same time. |
|
Nice job |
My "solution" to #47 was to only add cljx as a dependency when the REPL was being run. This worked before because So, I think we're left with a couple options:
The latter is probably "more correct" and probably less likely to break in the future, but is an unfortunate concession away from user ease. I'll accept a patch implementing either. |
The middleware is not wrapped with leiningen 2.5.1.
Idk whether its cljx or leiningens "fault". Just wanted to report.
The text was updated successfully, but these errors were encountered: