Replies: 3 comments 3 replies
-
|
I was not aware of that contract, thanks for bringing it to my attention. Yes, I do think that would be a good improvement for EqualsVerifier, and I'd absolutely welcome your contribution. If you're interested in submitting a PR, I can give you some pointers to help you do it faster! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Great! Yes, if you could give me some pointers, it would be nice. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
What do you think of this PR #1159? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
When running the following code:
… it fails with error
Significant fields: equals does not use isEmpty, or it is stateless.Note: another exception is thrown if
MyDataClassis a nested class.Do you think it would be relevant to modify
EqualsVerifierin order to respect Kotlin data class contract, by ignoring properties not declared in the primary constructor?We can contribute on this if you want.
Beta Was this translation helpful? Give feedback.
All reactions