eric-milles opened a new pull request, #2335:
URL: https://github.com/apache/groovy/pull/2335

   `MixinInMetaClass` used `super.equals()` and `super.hashCode()` which 
resulted in identity-only differentiation.  Implement equals and hashCode in 
terms of `mixinClass` and `emc`.  I chose to keep the hash code simple; MMC 
instances will bucket up according to their mixin class.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to