-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[ASTGen/Parse] Implement ASTGen changes for integer generics from Swift Syntax and restrict parsing integer types in certain contexts #77149
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
Conversation
Please test with the following pull request: @swift-ci please test |
1 similar comment
Please test with the following pull request: @swift-ci please test |
Please add tests in test/Interpreter/value_generics.swift |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lib/Parse and lib/ASTGen changes look good to me. Thanks!
Still missing test/ASTGen
test cases. Also just a small issues in SwiftMacros
lib/Macros/Sources/SwiftMacros/DistributedResolvableMacro.swift
Outdated
Show resolved
Hide resolved
Please test with the following pull request: @swift-ci please test |
1 similar comment
Please test with the following pull request: @swift-ci please test |
b2673a4
to
676aa88
Compare
Please test with the following pull request: @swift-ci please test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for doing this!
Support negatives
676aa88
to
13406e3
Compare
Please test with the following pull request: @swift-ci please test |
In support of the Swift syntax parser being able to parse integer changes, we need to handle those in ASTGen.
Syntax PR: swiftlang/swift-syntax#2859