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 union-of-tuples to tuple conversions #2176

Merged
merged 1 commit into from
Aug 19, 2017

Conversation

Praetonus
Copy link
Member

This change fixes a compiler crash when converting a union of tuples to a tuple.

Closes #1513.

This change fixes a compiler crash when converting a union of tuples to
a tuple.

Closes ponylang#1513.
@Praetonus Praetonus added changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge do not merge This PR should not be merged at this time and removed do not merge This PR should not be merged at this time labels Aug 18, 2017
@SeanTAllen SeanTAllen mentioned this pull request Aug 19, 2017
@SeanTAllen SeanTAllen merged commit 6f3ab1a into ponylang:master Aug 19, 2017
ponylang-main added a commit that referenced this pull request Aug 19, 2017
@Praetonus Praetonus deleted the fix-union-of-tuples-to-tuple branch August 19, 2017 19:11
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.

Segfault on Compilation of Tuple of Unions
2 participants