Skip to content

[migrator] Add an AST pass to handle tuple mismatches #9281

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 2 commits into from
May 4, 2017

Conversation

akyrtzi
Copy link
Contributor

@akyrtzi akyrtzi commented May 4, 2017

Migrates code that compiles fine in Swift 3 but breaks in Swift 4 due to
changes in how the typechecker handles tuple arguments.

Migrates code that compiles fine in Swift 3 but breaks in Swift 4 due to
changes in how the typechecker handles tuple arguments.
@akyrtzi
Copy link
Contributor Author

akyrtzi commented May 4, 2017

@swift-ci smoke test and merge

@akyrtzi
Copy link
Contributor Author

akyrtzi commented May 4, 2017

@swift-ci smoke test

@akyrtzi
Copy link
Contributor Author

akyrtzi commented May 4, 2017

@swift-ci smoke test

@jrose-apple
Copy link
Contributor

@xedin is actively working on this in #9219.

@akyrtzi
Copy link
Contributor Author

akyrtzi commented May 4, 2017

That's great! In general these can be complementary, and we'll certainly evaluate how successful the fixits are in projects.

@akyrtzi akyrtzi merged commit e3026b9 into swiftlang:master May 4, 2017
@akyrtzi akyrtzi deleted the migrator-handle-tuple-mismatches branch May 4, 2017 18:46
@akyrtzi akyrtzi restored the migrator-handle-tuple-mismatches branch May 4, 2017 18:51
@akyrtzi akyrtzi deleted the migrator-handle-tuple-mismatches branch May 4, 2017 19:38
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