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

fix #22840, regression in parsing [:a :b] #22844

Merged
merged 1 commit into from
Jul 17, 2017
Merged

fix #22840, regression in parsing [:a :b] #22844

merged 1 commit into from
Jul 17, 2017

Conversation

JeffBezanson
Copy link
Sponsor Member

Also fixes other space-handling bugs in the parser. Surprising we never ran into this before; I guess before we didn't look at spaces often enough for it to matter.

@JeffBezanson JeffBezanson added kind:bugfix This change fixes an existing bug parser Language parsing and surface syntax labels Jul 17, 2017
@JeffBezanson JeffBezanson merged commit e679f09 into master Jul 17, 2017
@JeffBezanson JeffBezanson deleted the jb/fix22840 branch July 17, 2017 18:53
@martinholters
Copy link
Member

Also fixes other space-handling bugs in the parser.

Any way we could test those, too?

@JeffBezanson
Copy link
Sponsor Member Author

As I said it's possible that before we didn't look at spaces often enough to actually trigger a problem. I haven't found any test cases yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bugfix This change fixes an existing bug parser Language parsing and surface syntax
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants