Skip to content

[4.0][migrator] Handle getter function to property change in function overrides. #9850

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
May 23, 2017
Merged

[4.0][migrator] Handle getter function to property change in function overrides. #9850

merged 1 commit into from
May 23, 2017

Conversation

nkcsgexi
Copy link
Contributor

We used to only migrate them in call sites, e.g. changing from
p.getHeight() to p.Height. However, with experimenting on more real-world
projects, we realize migrating overrides is equally important.

rdar://32265583

…rides. (#9844)

We used to only migrate them in call sites, e.g. changing from
``p.getHeight()`` to ``p.Height``. However, with experimenting on more real-world
projects, we realize migrating overrides is equally important.

rdar://32265583
@nkcsgexi
Copy link
Contributor Author

@swift-ci please test

@nkcsgexi nkcsgexi added this to the Swift 4.0 milestone May 22, 2017
@tkremenek tkremenek self-assigned this May 23, 2017
@tkremenek tkremenek merged commit c2894ed into swiftlang:swift-4.0-branch May 23, 2017
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