Skip to content

migrator: handle qualified replacement for member reference expression. rdar://32845918 #10593

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
Jun 26, 2017
Merged

migrator: handle qualified replacement for member reference expression. rdar://32845918 #10593

merged 1 commit into from
Jun 26, 2017

Conversation

nkcsgexi
Copy link
Contributor

Previously, we only handle dot syntax call expression for qualified
replacement, i.e. changing from A.a to B.b. This patch teaches the tool
to handle the migration of member reference expression tool.

…n. rdar://32845918

Previously, we only handle dot syntax call expression for qualified
replacement, i.e. changing from A.a to B.b. This patch teaches the tool
to handle the migration of member reference expression tool.
@nkcsgexi
Copy link
Contributor Author

@swift-ci please smoke test

@nkcsgexi nkcsgexi requested a review from bitjammer June 26, 2017 21:27
@nkcsgexi
Copy link
Contributor Author

@bitjammer does this look safe for swift 4.0?

Copy link
Contributor

@bitjammer bitjammer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@nkcsgexi nkcsgexi merged commit 476534d into swiftlang:master Jun 26, 2017
@nkcsgexi nkcsgexi deleted the member-ref-migrator branch June 26, 2017 22:47
nkcsgexi added a commit that referenced this pull request Jun 27, 2017
…n. rdar://32845918 (#10593) (#10601)

Previously, we only handle dot syntax call expression for qualified
replacement, i.e. changing from A.a to B.b. This patch teaches the tool
to handle the migration of member reference expression tool.
nkcsgexi added a commit that referenced this pull request Jun 27, 2017
…n. rdar://32845918 (#10593) (#10609)

Previously, we only handle dot syntax call expression for qualified
replacement, i.e. changing from A.a to B.b. This patch teaches the tool
to handle the migration of member reference expression tool.
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