-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
Exception while launching the boot repl #1652
Comments
What do you mean by this? Do you mean you ran this command in a terminal? I think @benedekfazekas might recognize this exception. |
Yes sorry, at the terminal, but it happens with |
well I don't but luckily you can search gitter history ;) based on that it seems we had the same problem with leiningen prior version 2.5.3. no immediate memory how older lein version caused this. just a stab in the dark: what is your clojure version btw? also a possible workaround could be if you set also you only need the cider task if you want to use a separate REPL, |
Thanks @benedekfazekas! Clojure version is |
Bumping the version solves, so I can live with this, so basically
|
this may be a reader conditionals related issue then. |
The wiki page is this and as you were saying before I gather that also the "A better way" section is not required anymore (since |
well I guess you can't use stuff with 1.6 that uses reader conditionals. incl. refactor-nrepl as we use some stuff using cljc files. it seems same goes with cider-nrepl as well then?
|
Ok then, I guess I have to specify it there so that people don't get bitten. Boot still supports back to |
Ok done: https://github.com/boot-clj/boot/wiki/Cider-REPL, closing this. |
thx! |
Expected behavior
The repl starts when you execute
boot cider repl wait
at the terminal.Actual behavior
An exception is thrown.
Steps to reproduce the problem
At the terminal
boot cider repl wait
Environment & Version information
CIDER version information
0.12.0-SNAPSHOT (master)
Lein/Boot version
boot 2.5.5
Emacs version
24.5
Operating system
Ubuntu Linux 14.10
The exception involves
fipp
and it is here.My
cider
task is:Removing the
cider
, removing the middleware, successfully launches the repl.The text was updated successfully, but these errors were encountered: