Skip to content

Bugfix/ruby end interp #1931

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

Merged
merged 2 commits into from
Dec 7, 2017
Merged

Conversation

idodeclare
Copy link
Contributor

Hello,

Please consider for integration this patch to fix an arcane Ruby problem where colon-quote — i.e., :" — following the end-token of a Ruby string interpolation was being misinterpreted together with the end-token as the start of an interpolated symbolic quoting operator (i.e., as an erroneous {Symquo} match) and interfering with the correct interpretation of the end-token.

(This would have applied to other quoting operator tokens following the heuristic {WxSigils} match and is fixed for those too.)

Thank you.

@tarzanek tarzanek self-assigned this Dec 7, 2017
@tarzanek tarzanek added this to the 1.1 milestone Dec 7, 2017
@tarzanek
Copy link
Contributor

tarzanek commented Dec 7, 2017

thank you, let's merge

@tarzanek tarzanek merged commit addd9b5 into oracle:master Dec 7, 2017
@idodeclare idodeclare deleted the bugfix/ruby_end_interp branch December 7, 2017 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants