[ASTGen/Parse] Implement ASTGen changes for integer generics from Swift Syntax and restrict parsing integer types in certain contexts#77149
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 |
rintaro
left a comment
There was a problem hiding this comment.
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
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 |
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