Skip to content

[TypeChecker] SE-0347: Perform syntactic diagnostics after inference #62094

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 14, 2022

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Nov 14, 2022

Implementation of type inference from default expressions (SE-0347)
omitted running syntactic diagnostics on the type-checked default
expression which leads to invalid code being accepted by the type-checker.

Resolves: #62025

Implementation of type inference from default expressions (SE-0347)
omitted running syntactic diagnostics on the type-checked default
expression which leads to invalid code being accepted by the type-checker.

Resolves: swiftlang#62025
@xedin xedin requested a review from hborla November 14, 2022 08:36
@xedin
Copy link
Contributor Author

xedin commented Nov 14, 2022

@swift-ci please test

@pastre
Copy link

pastre commented Nov 14, 2022

Oh lol that's all it took, I was in a total different place xD
Hope I can get to contribute one day :)

@xedin
Copy link
Contributor Author

xedin commented Nov 14, 2022

@pastre I can find something more interesting for you if you’d like?

@pastre
Copy link

pastre commented Nov 14, 2022

Yes please!

@xedin xedin merged commit a577c98 into swiftlang:main Nov 14, 2022
@xedin
Copy link
Contributor Author

xedin commented Nov 14, 2022

@pastre Would you like to take a look at #61733, #57354, or #56435?

@pastre
Copy link

pastre commented Nov 17, 2022

@xedin taking a look at #57354. Thanks!

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.

Swift Compiler 5.7.1 bug on feature SE-0347
3 participants