Skip to content

Commit 7d5da89

Browse files
committed
[Fix #238] Boot support for ap
The syntax is identical and apparently `hd` also works (probably by accident and we're modifying the real classpath instead of the intended faux-classpath, but this seems better than nothing) so this fix was trivial. I can't think of any real issues involved in modifying the real classpath, instead of the faux-classpath, in terms of the current repl session, so until someone files a bug I'm not going to worry about this difference between leiningen and boot.
1 parent a8e664c commit 7d5da89

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Up next
44

5+
- [#228](https://github.com/clojure-emacs/clj-refactor.el/issues/238) Boot support for `cljr-add-project-dependency`.
56
- Get rid of `cljr-reload-config`. We're now sending the configuration options down to the middleware on each request instead of storing it down there.
67
- Make magic requires cljc aware.
78
- [#215](https://github.com/clojure-emacs/clj-refactor.el/issues/215) Improve the magic requires feature (when you hit `/`) by asking the middleware for all available namespace aliases.

clj-refactor.el

-1
Original file line numberDiff line numberDiff line change
@@ -2654,7 +2654,6 @@ possible choices. If the choice is trivial, return it."
26542654
26552655
See: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-add-project-dependency"
26562656
(interactive "P")
2657-
(cljr--assert-leiningen-project)
26582657
(cljr--ensure-op-supported "artifact-list")
26592658
(-when-let* ((lib-name (->> (cljr--get-artifacts-from-middleware force)
26602659
(cljr--prompt-user-for "Artifact: ")))

0 commit comments

Comments
 (0)