swiftlang / swift-syntax

A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code.
Apache License 2.0
3.18k stars 403 forks source link

[6.0] Add support for sending #2661

Closed gottesmm closed 3 months ago

gottesmm commented 3 months ago

Explanation: This commit adds support for sending to 6.0. It leaves in support temporarily for transferring but puts in a warning that tells users to use sending instead. Importantly beyond the parser/clang importer, the internals of the compiler all use sending. So once we decide transferring can go, we can just eliminate the parser support and we are good to go.

Radars:

Original PRs:

Risk: Low. Just affects region isolation. Testing: Added tests to the test suite. Reviewer: N/A

gottesmm commented 3 months ago

apple/swift#73743

@swift-ci test

gottesmm commented 3 months ago

https://github.com/apple/swift/pull/73743

@swift-ci test windows platform