-
-
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
string interpolation and escaping bug #100
Comments
Might be my fault. In the parser I unescape \ and " in strings that will be passed to macros. I don't have any idea why I'm doing that. |
Other symptoms:
|
I think that's what's going on: you should turn |
Btw, I'm not sure about this at all. I'm still mulling over what the right thing to do here is. |
I changed the parser behavior and it seems to work, and all tests still pass. I can't imagine why the behavior I had before was the right thing. Unless we can figure that out, we seem to be ok now. |
Ah, there is the case of |
I'm kind of thinking that the behavior of d443299 is the best. True, you can't use |
This reverts commit 793b9a5. Conflicts: src/julia-parser.scm
OK finally settled :) |
…uliaLang#39833) $ git log --pretty=oneline --abbrev=commit 2b4bed9..6bb8306 6bb83068bd796c4890baaeb39628ff79a4979374 Stop the grace timer iff adding first handle (fix JuliaLang#99) (JuliaLang#102) af6864d8872247faf2a402d6b2baca5cb74ab96e fix ssh_key_pass bug (fix JuliaLang#91) (JuliaLang#100)
…uliaLang#39833) $ git log --pretty=oneline --abbrev=commit 2b4bed9..6bb8306 6bb83068bd796c4890baaeb39628ff79a4979374 Stop the grace timer iff adding first handle (fix JuliaLang#99) (JuliaLang#102) af6864d8872247faf2a402d6b2baca5cb74ab96e fix ssh_key_pass bug (fix JuliaLang#91) (JuliaLang#100)
avoid some internal methods and invalid objects
The text was updated successfully, but these errors were encountered: