We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With both a build.boot and project.clj,
(setq 'cider-preferred-build-tool 'boot)
M-x cljr-add-project-dependency
The dependency should end up in the build.boot file.
This will end up only in the project.clj file
See "Expected Behavior"
clj-refactor 2.4.0-SNAPSHOT (package: 20170608.320), refactor-nrepl is unreachable
;; CIDER 0.15.0snapshot (package: 20170629.106), nREPL 0.2.13 ;; Clojure 1.9.0-alpha14, Java 1.8.0_131
Leiningen 2.7.1 on Java 1.8.0_131 Java HotSpot(TM) 64-Bit Server VM
GNU Emacs 25.2.1 (x86_64-apple-darwin13.4.0, Carbon Version 157 AppKit 1265.21) of 2017-04-29
MacOS
The text was updated successfully, but these errors were encountered:
Shouldn't it end up in both places, or your dependencies will go out of sync between the two tools?
Sorry, something went wrong.
Maybe. I only use boot and use boot.lein/generate for Cursive compatibility.
No branches or pull requests
Expected behavior
With both a build.boot and project.clj,
(setq 'cider-preferred-build-tool 'boot)
M-x cljr-add-project-dependency
The dependency should end up in the build.boot file.
Actual behavior
This will end up only in the project.clj file
Steps to reproduce the problem
See "Expected Behavior"
Environment & Version information
clj-refactor.el version information
clj-refactor 2.4.0-SNAPSHOT (package: 20170608.320), refactor-nrepl is unreachable
CIDER version information
;; CIDER 0.15.0snapshot (package: 20170629.106), nREPL 0.2.13
;; Clojure 1.9.0-alpha14, Java 1.8.0_131
Leiningen or Boot version
Leiningen 2.7.1 on Java 1.8.0_131 Java HotSpot(TM) 64-Bit Server VM
Emacs version
GNU Emacs 25.2.1 (x86_64-apple-darwin13.4.0, Carbon Version 157 AppKit 1265.21) of 2017-04-29
Operating system
MacOS
The text was updated successfully, but these errors were encountered: