-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Source Tooling] Refactoring action to convert to computed property #25141
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
Conversation
Could you give this one more rebase @Regno? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this looks good so far! Just mentioned a few edge cases that might need to be handled along with some testing for the cases where it isn't applicable.
Fixed issues. |
…mputed property
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me now. Thanks for contributing!
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test |
Refactoring action to convert from field initialization to computed property
Implement action to convert from:
to:
Resolves SR-5741.
@akyrtzi @nkcsgexi