Skip to content
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

Char literal '\1' equals '1' but should be an error #4309

Closed
asterite opened this issue Apr 18, 2017 · 0 comments
Closed

Char literal '\1' equals '1' but should be an error #4309

asterite opened this issue Apr 18, 2017 · 0 comments
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler
Milestone

Comments

@asterite
Copy link
Member

This is a left over from removing octal escape sequences from chars.

'\0' must remain, though, to denote the null character (it's convenient)

@asterite asterite added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler labels Apr 18, 2017
@asterite asterite added this to the Next milestone Apr 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler
Projects
None yet
Development

No branches or pull requests

1 participant