Closed bbatsov closed 3 years ago
@trptcolin incomplete
is almost a drop in replacement for clojure-complete
, which significantly reduced the scope of the changes. Funny enough the build passed from the first try. 😆 If you like the change I'd appreciate a new release, so I can swap the version of REPL-y in Leiningen.
Nice! My only question was about backwards compatibility (since this code runs in the end user's project runtime) and whether we're introducing a requirement for the clojure 1.10.1 that incomplete
has in its project.clj
.
I do know that's not the case today (I pulled incomplete
down and ran its test suite under Clojure 1.7 after a few tweaks to its project.clj
), but I imagine that might change in the future? At any rate, something to keep in mind as incomplete
gets updated.
It actually targets Clojure 1.7, same as nREPL. It might even run on older versions of Clojure, as the code is pretty simple and doesn't use any "modern" features. I put together the project file and test matrix in a hurry, I guess I'll have to update them.
👍 0.5.0 is released - thanks!
The spiritual successor of https://github.com/trptcolin/reply/pull/153