Skip to content

Fix variable expansion in yield #526

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

Conversation

aycabta
Copy link
Member

@aycabta aycabta commented Sep 26, 2017

The AnyMethod#param_seq removes string after "#" as comment, but comment token is removed in Parser::Ruby#parse_method_or_yield_parameters.

This Pull Request fixes it.

This is a part of problems of #410.

The AnyMethod#param_seq removes string after "#" as comment,
but comment token is removed in
Parser::Ruby#parse_method_or_yield_parameters.
This commit fixes it.
@aycabta aycabta merged commit 88db33d into ruby:master Sep 27, 2017
@aycabta aycabta deleted the fix-handling-variable-expansion-for-yield branch September 27, 2017 09:59
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.

1 participant