-
-
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
'Wrong type argument: arrayp, nil' on cider-jack-in
#1819
Comments
cider-jack-in
cider-jack-in
cider-jack-in
You're not the first to run into this. It seems to be a regression in Emacs 25. I guess someone needs to report it. :-) |
//cc @NicolasPetton |
@bbatsov do you know where the bug comes from? A stacktrace would be perfect. |
@bitrauser can you post here the backtrace as well? |
I am having the same issue but while working in a cljs project and a different emacs version. Happens with both Debug trace
Emacs version
|
That's Emacs 25.4, so I guess the bug is in CIDER, not in Emacs 25.1 RC? |
To help with reproduction. I got the error initially while working on a |
Hmm, seems |
@bbatsov would it need to be added to emacs |
Usually - yes. You can also use https://github.com/purcell/exec-path-from-shell |
@achernyak You need that the environment that Emacs is started in be the same as the environment where you set up your path. How to actully do that varies between system. |
Expected behavior
Starting a REPL with
cider-jack-in
Actual behavior & Steps to reproduce the problem
When trying to use
cider-jack-in
while editing a single *.clj file that is not part of a project, this error occurs. Starting a nREPL server separately and connecting to it works as expected. Starting a REPL withcider-jack-in
inside a project created withboot-new
works fine as well.Environment & Version information
CIDER version information
Boot version
BOOT_VERSION=2.6.0
Emacs version
GNU Emacs 25.0.94.2
Operating system
Windows 10
The text was updated successfully, but these errors were encountered: