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 NonEmptyChain.fromSeq signature on 2.12 #3133

Merged
merged 4 commits into from
Nov 14, 2019

Conversation

travisbrown
Copy link
Contributor

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.

@travisbrown travisbrown added this to the 2.1.0-RC1 milestone Nov 8, 2019
@codecov-io
Copy link

codecov-io commented Nov 8, 2019

Codecov Report

Merging #3133 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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
Flag Coverage Δ
#scala_version_212 93.53% <ø> (ø) ⬆️
#scala_version_213 90.84% <ø> (-0.02%) ⬇️
Impacted Files Coverage Δ
core/src/main/scala/cats/data/NonEmptyChain.scala 86.02% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7fb1327...82eebee. Read the comment docs.

jackcviers added a commit to jackcviers/cats that referenced this pull request Nov 9, 2019
* Adds scala version specific src directories
* Backports PR typelevel#3133 to add scala 2.11 support
jackcviers added a commit to jackcviers/cats that referenced this pull request Nov 10, 2019
* Adds scala version specific src directories
* Backports PR typelevel#3133 to add scala 2.11 support
* Brings scalafmt plugin and configs utd with master
jackcviers added a commit to jackcviers/cats that referenced this pull request Nov 13, 2019
* Adds scala version specific src directories
* Backports PR typelevel#3133 to add scala 2.11 support
* Brings scalafmt plugin and configs utd with master
Copy link
Member

@rossabaker rossabaker left a 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 👍.

@travisbrown travisbrown merged commit 442a121 into typelevel:master Nov 14, 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.

5 participants