-
Notifications
You must be signed in to change notification settings - Fork 787
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
pars.fsy: capture empty interpolated string fills and report error #9849
Conversation
Looks good! Thank you! |
01c5e03
to
a2853e6
Compare
Somehow CI is failing on all legs here due to a typeload exception that appears unrelated to this PR? |
In #9893 I made the suggestion to allow @dsyme, @cartermp, what do you think? (also note that this case is not mentioned in the RFC, so technically this discussion is still open for debate 😄) |
reduce empty interp fill error range, update tests update error msg 3382
126d6c0
to
0b15df5
Compare
@cartermp rebased and force pushed. |
@charlesroddie convinced me why my proposal above is a bad idea, mainly because we have no precedence for making empty expressions legal, please disregard my suggestion. |
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.
Looks great, thanks!
Merging as per @dsyme's feedback |
…otnet#9849) * pars.fsy: capture empty interpolated string fills and report error reduce empty interp fill error range, update tests update error msg 3382 * StringInterp: update test error code
No description provided.