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 nested tuple access regression introduced by #3304 #3381

Merged
merged 1 commit into from
Nov 12, 2019

Conversation

dipinhora
Copy link
Contributor

PR #3304 introduced a bug that caused segfaults with nested tuple
access.

This commit resolves the issue and adds a test to prevent another
regression.

resolves #3354.

PR ponylang#3304 introduced a bug that caused segfaults with nested tuple
access.

This commit resolves the issue and adds a test to prevent another
regression.

resolves ponylang#3354.
@SeanTAllen SeanTAllen added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label Nov 7, 2019
@SeanTAllen
Copy link
Member

@EpicEric is this important enough to trigger a release or can it wait til the next scheduled release?

@SeanTAllen
Copy link
Member

Thanks, @dipinhora.

@EpicEric
Copy link
Contributor

EpicEric commented Nov 7, 2019

@EpicEric is this important enough to trigger a release or can it wait til the next scheduled release?

It isn't. I've worked around the bug in my code.

@SeanTAllen
Copy link
Member

@dipinhora can you add release notes for this to #3363?

@SeanTAllen SeanTAllen merged commit 6442c41 into ponylang:master Nov 12, 2019
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.

Compiler crash when accessing nested tuple elements
4 participants