-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 error regarding unescape_string introduced by #8838 #9143
Conversation
c9e46ba
to
5f2ba35
Compare
Good, looks like this fixes the problem. Can you please add a test for this problem that would fail on current master? |
5f2ba35
to
52a8e39
Compare
@tkelman I have adapted a test to test two things could you insure this is crashing on master, I do not have a nightly with it, and I do not have much time right now. |
Oddly this does not seem to error on master. I can experiment with things if you can suggest other ways to exercise this code path. |
Thats odd because when i do the i gennerates the error:
Which is what should be passed to the unescape at line 193, and is also coherent with what you reported. |
it looks like |
…introduced some visual spaces.
52a8e39
to
6e0e9d6
Compare
It should not matter, I have uploaded a new with a specific test of you problem and it seem to crash on mine now. |
You were right it only completes |
No worries, we've all been there. This fixes the error and completion of paths with spaces still works nicely, so it's good enough for me. |
Fix error regarding unescape_string introduced by #8838
backport now pending at #9164 |
@tkelman I have fixed the issue mentioned in #9137.