Skip to content
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

Respect the cider-preferred-build-tool variable #383

Open
sooheon opened this issue Jul 7, 2017 · 2 comments
Open

Respect the cider-preferred-build-tool variable #383

sooheon opened this issue Jul 7, 2017 · 2 comments

Comments

@sooheon
Copy link

sooheon commented Jul 7, 2017

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

@expez
Copy link
Member

expez commented Jul 7, 2017

Shouldn't it end up in both places, or your dependencies will go out of sync between the two tools?

@sooheon
Copy link
Author

sooheon commented Jul 7, 2017

Maybe. I only use boot and use boot.lein/generate for Cursive compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants