Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix char parsing #283

Merged
merged 7 commits into from
Jun 9, 2021
Merged

fix char parsing #283

merged 7 commits into from
Jun 9, 2021

Conversation

pfitzseb
Copy link
Member

@pfitzseb pfitzseb commented Jun 7, 2021

Fixes julia-vscode/julia-vscode#2186.

For every PR, please check the following:

@pfitzseb pfitzseb requested a review from a team June 7, 2021 10:29
davidanthoff
davidanthoff previously approved these changes Jun 7, 2021
@davidanthoff
Copy link
Member

Hm, this seems to not work on Julia 1.0?

@davidanthoff davidanthoff added this to the Next Patch milestone Jun 7, 2021
davidanthoff
davidanthoff previously approved these changes Jun 7, 2021
Copy link
Member

@davidanthoff davidanthoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are a lot of whitespace changes in here as well? No problem, but maybe there is a setting that would avoid that?

@pfitzseb
Copy link
Member Author

pfitzseb commented Jun 7, 2021

Yes, but I like my files better without trailing whitespace ;)

@pfitzseb
Copy link
Member Author

pfitzseb commented Jun 9, 2021

Turns out our string parsing was broken in the presence of invalid escape sequences in strings, so this PR fixes that as well.

@davidanthoff davidanthoff merged commit 6154d19 into master Jun 9, 2021
@davidanthoff davidanthoff deleted the sp/fix-char-parsing branch June 9, 2021 20:22
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'\$' is marked as parser error
2 participants