-
-
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
Fix occasional (wrong-type-argument stringp nil) #1128
Conversation
Any idea why we have a file that's |
Yes, I agree, but I have no idea why that's happening. I can paste a proper emacs backtrace later. |
Here we go:
|
Btw, I guess I should move this to a proper bug report then? |
Yeah, lets try to get to the bottom of this. |
That'd be ideal indeed. |
Fix occasional (wrong-type-argument stringp nil)
Merging this as it's pretty harmless and clearly at least one person is affected. |
@expez Please, don't merge things I haven't signed off on, unless they are truly trivial. |
I don't mind the fix, I just feel we might end up missing something significant. It wasn't even established what exactly causes this problem... |
fine
It was specfic to clojure-android and nobody wanted to spend time on such a trivial issue. |
No worries. I just think we should have discussed what to do about this a bit more. Report a ticket on P.S. I really appreciate your help dealing with issues/PRs! |
For the record I've definitely seen this before in not a clojure-android context. Glad to see it's patch'd |
This had been bugging me for a while. Sometimes the backtrace buffer is created and displayed correctly, but an error is signaled because tooling-file-p is called with a nil argument. This avoids that.