-
Notifications
You must be signed in to change notification settings - Fork 10.5k
🍒 [6.0] TypeCheckType: Fix some bugs in the any
syntax checker
#72660
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
Closed
AnthonyLatsis
wants to merge
9
commits into
swiftlang:release/6.0
from
AnthonyLatsis:many-any-bugs-6.0
Closed
🍒 [6.0] TypeCheckType: Fix some bugs in the any
syntax checker
#72660
AnthonyLatsis
wants to merge
9
commits into
swiftlang:release/6.0
from
AnthonyLatsis:many-any-bugs-6.0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
any
syntax checkerany
syntax checker
This was
linked to
issues
Mar 28, 2024
a178e72
to
ee28a9f
Compare
ee28a9f
to
1b8d055
Compare
1b8d055
to
b9a7f8e
Compare
@hborla Is there still room for this sort of change in the release? |
…ntialNeedsParens` static
b9a7f8e
to
c9ecbe9
Compare
@hborla ping |
@swift-ci Please test |
@AnthonyLatsis I'm not a branch manager but IMHO this is too big for release/6.0 at this point. Sorry, it's our fault for not reviewing this earlier. |
At your discretion. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
any
syntax migration diagnostics. This is technically source-breaking because we now correctly emit syntax migration errors in more cases.ExistentialAny
#65026ExistentialAny
#65027any
keyword when constraining a protocol #72588any
syntax checker #72659.any
syntax checker do not affect compilation, and corresponding regression tests were significantly improved and extended.