Skip to content

Detect/prevent type variables from leaking across constraint systems. #5624

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

Merged
merged 1 commit into from
Nov 3, 2016
Merged

Detect/prevent type variables from leaking across constraint systems. #5624

merged 1 commit into from
Nov 3, 2016

Conversation

rudkx
Copy link
Contributor

@rudkx rudkx commented Nov 3, 2016

It's possible some of the asserts will eventually migrate to something
like test-and-return, but at least for now let's ensure that we know
when this is happening.

This is not comprehensive. There are other places we are creating fresh
constraint systems and then creating constraints using type variables
from a pre-existing constraint systems.

It's possible some of the asserts will eventually migrate to something
like test-and-return, but at least for now let's ensure that we know
when this is happening.

This is not comprehensive. There are other places we are creating fresh
constraint systems and then creating constraints using type variables
from a pre-existing constraint systems.
@rudkx rudkx self-assigned this Nov 3, 2016
@rudkx
Copy link
Contributor Author

rudkx commented Nov 3, 2016

@swift-ci Please smoke test and merge.

@swift-ci swift-ci merged commit 4c96f64 into swiftlang:master Nov 3, 2016
@rudkx rudkx deleted the leaky-type-variables branch November 3, 2016 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants