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 recursive block expansion check for non ProcNotation restriction #6932

Conversation

makenowjust
Copy link
Contributor

Fixed #6896

Temporary variable name block_arg_type is conflicted with the same name variable declared above. It is the reason of this bug, so the temporary variable is renamed.

Fixed crystal-lang#6896

Temporary variable name `block_arg_type` is conflicted with the same
name variable declared above. It is the reason of this bug, so the
temporary variable is renamed.
Copy link
Member

@sdogruyol sdogruyol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @makenowjust 👍

@ysbaddaden ysbaddaden merged commit 24f32b8 into crystal-lang:master Oct 12, 2018
@ysbaddaden ysbaddaden added this to the 0.27.0 milestone Oct 12, 2018
@bcardiff bcardiff added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler labels Oct 12, 2018
@makenowjust makenowjust deleted the fix/6896-work-recursive-block-check-for-non-procnotation-restriction branch October 12, 2018 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants