Skip to content

[6.0.1] Enable the sendingArgsAndResults experimental feature #2839

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
Sep 9, 2024

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Sep 5, 2024

@ahoppen ahoppen requested a review from bnbarham as a code owner September 5, 2024 21:01
@ahoppen
Copy link
Member Author

ahoppen commented Sep 5, 2024

@swift-ci Please test

- **Explanation**: [SE-0430](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0430-transferring-parameters-and-results.md) was accepted for Swift 6.0 but the corresponding experimental feature `sendingArgsAndResults` in swift-syntax was not enabled with the proposal’s acceptance. Because of this, SwiftParser cannot parse eg. `func whatever(_ foo: sending Foo)`
- **Scope**: Parsing of `sending` parameters in SwiftParser
- **Risk**: Fairly low, this is enabling a feature flag.
- **Testing**: Ran test suite
- **Issue**: swiftlang#2836 / rdar://135336930
- **Original PR**: swiftlang#2835
- **Reviewer**: @bnbarham @rintaro @hamishknight
@ahoppen ahoppen force-pushed the 6.0/enable-sending-arg branch from 2f0f08a to 7aa2516 Compare September 5, 2024 23:08
@ahoppen ahoppen merged commit d84af5f into swiftlang:release/6.0.1 Sep 9, 2024
3 checks passed
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.

2 participants