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

Lexer: fix index out of bounds when scanning numbers #12482

Merged
merged 1 commit into from
Sep 17, 2022

Conversation

asterite
Copy link
Member

Fixes #12480

@asterite asterite added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler:parser labels Sep 14, 2022
@Blacksmoke16 Blacksmoke16 added the kind:regression Something that used to correctly work but no longer works label Sep 14, 2022
@straight-shoota straight-shoota added this to the 1.6.0 milestone Sep 14, 2022
@straight-shoota straight-shoota merged commit 2da3efc into master Sep 17, 2022
@straight-shoota straight-shoota deleted the bug/lexer-index-out-of-bounds branch September 17, 2022 10:47
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. kind:regression Something that used to correctly work but no longer works topic:compiler:parser
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Index out of bounds on compiling incorrect emoji symbol
4 participants