Skip to content

Swift: remove parameter labels from function types #12565

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
Mar 17, 2023

Conversation

redsun82
Copy link
Contributor

As discussed in this accepted proposal, parameter labels do not take part any more in making up a function type, so we need to not extract them any more to avoid DB inconsistencies.

These were unused in the library, which makes the upgrade and downgrade scripts have full compatibility.

As discussed [in this accepted proposal][1], parameter labels do not
take part any more in making up a function type, so we need to not
extract them any more to avoid DB inconsistencies.

These were unused in the library, which makes the upgrade and downgrade
scripts have full compatibility.

[1]: https://github.com/apple/swift-evolution/blob/9c53790a13a2a1616e59833230e235cdf767fcf5/proposals/0111-remove-arg-label-type-significance.md
@redsun82 redsun82 requested a review from AlexDenisov March 17, 2023 09:24
@redsun82 redsun82 requested a review from a team as a code owner March 17, 2023 09:24
@github-actions github-actions bot added the Swift label Mar 17, 2023
@redsun82 redsun82 merged commit 86b61d7 into main Mar 17, 2023
@redsun82 redsun82 deleted the redsun82/swift-remove-labels-from-function-type branch March 17, 2023 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants