Skip to content
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

Merged
merged 3 commits into from
Apr 11, 2019

Conversation

denisrosca
Copy link
Contributor

Closes #2781


object eq extends EqInstances
trait EqInstances extends EqToEquivConversion
Copy link
Contributor

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
Copy link
Contributor

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

@kailuowang
Copy link
Contributor

thanks so much! I think we should leave those existing non-package object alone.

@denisrosca
Copy link
Contributor Author

I'll revert the changes breaking binary compatibility and keep the rest.

@denisrosca
Copy link
Contributor Author

@kailuowang any idea what happened with the 2.12.7 build? It looks like it never actually completed.

Copy link
Contributor

@kailuowang kailuowang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much!

@kailuowang
Copy link
Contributor

Sometimes it hangs. I just restarted it, should be green soon

@kailuowang kailuowang merged commit d340d1d into typelevel:master Apr 11, 2019
@kailuowang kailuowang added this to the 2.0.0-M1 milestone Apr 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unconventional package objects
3 participants