-
-
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 NonEmptyChain.fromSeq signature on 2.12 #3133
Conversation
…la.collection.immutable.Seq Similar to Chain.fromSeq()
Codecov Report
@@ Coverage Diff @@
## master #3133 +/- ##
=======================================
Coverage 93.19% 93.19%
=======================================
Files 376 376
Lines 7323 7323
Branches 190 206 +16
=======================================
Hits 6825 6825
Misses 498 498
Continue to review full report at Codecov.
|
* Adds scala version specific src directories * Backports PR typelevel#3133 to add scala 2.11 support
* Adds scala version specific src directories * Backports PR typelevel#3133 to add scala 2.11 support * Brings scalafmt plugin and configs utd with master
* Adds scala version specific src directories * Backports PR typelevel#3133 to add scala 2.11 support * Brings scalafmt plugin and configs utd with master
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.
That redefinition of Seq
has caused a lot of issues like this, even if the new definition is better. Sad 👍.
This includes @gheine's commit from #2756, fixing #2718. The extra stuff I've added is to maintain bincompat. I'm not entirely convinced this is worth it.