-
-
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 stringp nil) #1129
Comments
How did the code get evaluated? I've tried reproducing this with |
I wrote |
Ok, it doesn't happen on a clean project. So it probably has to do with clojure-on-android. |
Should we close this, or is there something we can do about this in cider? |
I won't be sad if we close this, but I'd like to marge that patch. While it's not worth dumping a huge effort on this unusual use-cases, it can't hurt to minimize our assumptions where it's simple. |
Still, we shouldn't suppress problems like this unless we know the root cause and that it's harmless. Right now we might end up hiding a problem somewhere else. |
At the very least there should have been some mention that this is Android related. Maybe we should pinged @alexander-yakushev for input as well. |
Yes, I've experienced that too but haven't had time to investigate. The problem is trivial, on Android you don't have sources bundled with the application by default. For the same reason, jump-to-definition doesn't work unless you jump to a thing that was loaded/reloaded in the REPL session. @Malabarba 's patch is a fine solution I guess. |
OK, thanks for your input. |
Whenever I evaluate something that throws a
ClassNotFoundException
, Emacs signals the following error. However, I haven't noticed any adverse effects (the*cider-error*
still pops up and looks fine).The text was updated successfully, but these errors were encountered: