-
Notifications
You must be signed in to change notification settings - Fork 87
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
Add implicit: genericOrderedCompanionToCBF #249
Conversation
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 a lot for working on this @fdietze.
Here is my review, let me know if you have any question!
compat/src/main/scala-2.11_2.12/scala/collection/compat/PackageShared.scala
Outdated
Show resolved
Hide resolved
We only promise backward compatibility, so your changes seem to be fine. Otherwise we can just bump the version number. |
The version is |
compat/src/test/scala/test/scala/collection/CollectionTest.scala
Outdated
Show resolved
Hide resolved
Thanks @fdietze can you please sign the Scala CLA? https://www.lightbend.com/contribute/cla/scala |
done. |
It seems that we are hitting this issue on 2.11: https://github.com/jatcwang/binary-compatibility-guide#dont-adding-methods-with-default-implementation-to-traits-211-or-before
Yes, I believe this PR should target a 3.0.0 version. What do others think? |
This PR would hopefully enable scala.rx to cross-compile for 2.13 (lihaoyi/scala.rx#138). How about the versioning? |
It would be nice if you could do it. I'm on holidays right now. |
60d9433
to
c26c5e9
Compare
Thank you both @fdietze and @NthPortal! |
Did you plan a release soon ? This issue is key to cross compile scala.rx. |
You’re right, we should cut a release soon because several improvements have been recently merged. @NthPortal, do you think you would have time to finish #295 soon or should we do a release now and another one after #295 is merged? |
it would be nice to get |
@NthPortal I won’t be able to help on @SethTisue Do you see anything we should do before pushing the tag? |
@julienrf I see no reason not to go ahead and release |
fixes #247
I don't know If I'm doing things right here... Help is appreciated.
Please review the new
implicit def
What needs to be written in the test?
What needs to be done regarding binary compatibility?