-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[SR-7293] Refactoring action to add Equatable Conformance #29847
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
[SR-7293] Refactoring action to add Equatable Conformance #29847
Conversation
1925251
to
ad15f21
Compare
@swift-ci test |
Build failed |
@CodaFi Could You please start tests one more time? Thanks in advance! |
@swift-ci test |
Build failed |
Build failed |
@swift-ci please test |
Build failed |
Build failed |
@nathawes Could You please review these changes one more time? All checks have passed. Thanks! |
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.
This is looking great – thanks for implementing it, and sorry for the delay in reviewing!
Just left a few comments about a some extra test cases it would be good to add, and including non-public stored properties too to match the compiler's synthesized Equatable conformance behavior.
Thanks @nathawes for reviewing! Sorry for a delay with committing changes. Should I also create the same PR to |
9d256c7
to
d0ac023
Compare
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 for adding the extra tests. This looks great!
@swift-ci test and merge |
@nathawes Thanks for approving! |
@swift-ci test and merge |
Add refactoring action to add Equatable conformance.
Resolves SR-7293.
@swift-ci Please smoke test