-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix unconventional package objects in kernel #2785
Conversation
|
||
object eq extends EqInstances | ||
trait EqInstances extends EqToEquivConversion |
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.
not sure if this change is necessary
|
||
object hash extends HashInstances | ||
trait HashInstances extends HashToHashingConversion |
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.
same here. the original is fine IMO
thanks so much! I think we should leave those existing non-package object alone. |
I'll revert the changes breaking binary compatibility and keep the rest. |
@kailuowang any idea what happened with the 2.12.7 build? It looks like it never actually completed. |
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 so much!
Sometimes it hangs. I just restarted it, should be green soon |
Closes #2781