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

Don't violate reference capabilities when assigning via a field #1471

Merged
merged 1 commit into from Dec 12, 2016

Conversation

sylvanc
Copy link
Contributor

@sylvanc sylvanc commented Dec 11, 2016

When assigning to a field, the incoming value must be a subtype of
the field type without viewpoint adaptation.

This addresses #1469.

When assigning to a field, the incoming value must be a subtype of
the field type _without_ viewpoint adaptation.
@SeanTAllen
Copy link
Member

This should trigger a 0.10.0 release when it passes and is merged.

@SeanTAllen
Copy link
Member

There was a single failure in CI on Windows. Looks unrelated. I restarted that one job to verify.

@SeanTAllen
Copy link
Member

Before this gets merged, we should either do a manual CHANGELOG entry or change the title of this to better reflect what should be in the CHANGELOG.

@SeanTAllen
Copy link
Member

Passing!

@SeanTAllen SeanTAllen changed the title Check k <: k'' instead of k <: k'->k'' Don't violated reference capabilities when assigning via a field Dec 12, 2016
@SeanTAllen SeanTAllen added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label Dec 12, 2016
@SeanTAllen SeanTAllen changed the title Don't violated reference capabilities when assigning via a field Don't violate reference capabilities when assigning via a field Dec 12, 2016
@SeanTAllen SeanTAllen merged commit 03b045b into master Dec 12, 2016
ponylang-main added a commit that referenced this pull request Dec 12, 2016
@SeanTAllen SeanTAllen deleted the fix-1469 branch December 12, 2016 21:25
@SeanTAllen SeanTAllen mentioned this pull request Dec 12, 2016
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 triggers release Major issue that when fixed, results in an "emergency" release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants