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 compiler crash on illegal read from '_' #2201

Merged
merged 1 commit into from
Aug 30, 2017
Merged

Conversation

Praetonus
Copy link
Member

This change moves a check from the verify pass to the expr pass in order to catch an illegal read from '_' in a function argument before trying to use said argument.

Closes #2157.

This change moves a check from the verify pass to the expr pass in
order to catch an illegal read from '_' in a function argument before
trying to use said argument.

Closes ponylang#2157.
@Praetonus Praetonus added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label Aug 29, 2017
@jemc jemc merged commit 7d229f2 into ponylang:master Aug 30, 2017
ponylang-main added a commit that referenced this pull request Aug 30, 2017
@Praetonus Praetonus deleted the fix-2157 branch August 30, 2017 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants