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 non-existent field reference in constructor. #1941

Conversation

jemc
Copy link
Member

@jemc jemc commented Jun 3, 2017

This PR fixes a compiler crash on non-existent field reference in constructor.

Resolves #1932.

@jemc jemc added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label Jun 3, 2017
@SeanTAllen SeanTAllen merged commit 19118c0 into master Jun 3, 2017
ponylang-main added a commit that referenced this pull request Jun 3, 2017
@SeanTAllen SeanTAllen deleted the fix/compiler-crash-non-existent-field-reference-in-constructor branch June 3, 2017 11:08
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.

Accessing non-existent field in constructor causes failed assertion
2 participants