-
Notifications
You must be signed in to change notification settings - Fork 803
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
Clean up the fixes from 16774 and 16785 to not spill over into pars.fsy #16796
Conversation
|
@@ -70,7 +70,7 @@ printfn \"%s\" s" | |||
|> withLangVersion80 | |||
|> compile | |||
|> shouldFail | |||
|> withSingleDiagnostic (Error 1249, Line 1, Col 15, Line 1, Col 21, "The interpolated string contains unmatched closing braces.") | |||
|> withSingleDiagnostic (Error 1249, Line 1, Col 14, Line 1, Col 21, "The interpolated string contains unmatched closing braces.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I'm counting correctly, this also starts now at the correct position.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this looks much better that pars.fsy
stays clean.
Yeah, looks cleaner, thanks @dawedawe |
Thanks for the cleanup, good stuff :) |
Description
As promised, here's a cleanup for #16774 and #16785
There's now no spillover into pars.fsy which was by far the worst part of these PRs.
(No release notes needed, I think)
Checklist
Test cases added
Performance benchmarks added in case of performance changes
Release notes entry updated: