Skip to content

[NFC] Separate FunctionTypeRepr Input Resolution #17279

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 3 commits into from
Jun 16, 2018

Conversation

CodaFi
Copy link
Contributor

@CodaFi CodaFi commented Jun 16, 2018

Extract function parameter resolution as a separate kind of operation in TypeCheckType. This greatly simplifies the TupleTypeRepr resolution case and moves us closer to a world where we can drop the ParameterTypeFlags out of TupleTypeElt.

CodaFi added 3 commits June 16, 2018 10:55
Extract param resolution of FunctionTypeReprs and greatly simpify TupleTypeRepr resolution.
This only really existed to support reinterpreting TupleTypeRepr as a function parameter.  Now that we're doing that separately it is useless.
@CodaFi CodaFi force-pushed the parametric-monomorphism branch from 7cc35a5 to e60bbd4 Compare June 16, 2018 17:56
@CodaFi
Copy link
Contributor Author

CodaFi commented Jun 16, 2018

@swift-ci please smoke test

@CodaFi
Copy link
Contributor Author

CodaFi commented Jun 16, 2018

@swift-ci please test source compatibility

@CodaFi
Copy link
Contributor Author

CodaFi commented Jun 16, 2018

⛵️

@CodaFi CodaFi merged commit fdbe018 into swiftlang:master Jun 16, 2018
@CodaFi CodaFi deleted the parametric-monomorphism branch June 16, 2018 21:17
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.

1 participant