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

Make bincompat and prioritization traits package-private #3003

Conversation

travisbrown
Copy link
Contributor

One last piece of #3000 that shouldn't be controversial. This change makes all bincompat and prioritization traits (or classes, in a few cases) private to the smallest possible enclosing package.

This is a source-incompatible change, but it's verified to be binary compatible, and there's no good reason for anyone to use these traits explicitly.

@travisbrown travisbrown mentioned this pull request Aug 23, 2019
@codecov-io
Copy link

codecov-io commented Aug 23, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3003   +/-   ##
=======================================
  Coverage   93.75%   93.75%           
=======================================
  Files         366      366           
  Lines        6935     6935           
  Branches      185      185           
=======================================
  Hits         6502     6502           
  Misses        433      433
Impacted Files Coverage Δ
.../scala/cats/kernel/instances/OptionInstances.scala 100% <ø> (ø) ⬆️
...re/src/main/scala/cats/syntax/traverseFilter.scala 100% <ø> (ø) ⬆️
core/src/main/scala/cats/instances/sortedSet.scala 100% <ø> (ø) ⬆️
core/src/main/scala/cats/instances/tuple.scala 100% <ø> (ø) ⬆️
core/src/main/scala/cats/data/Binested.scala 100% <ø> (ø) ⬆️
core/src/main/scala/cats/instances/list.scala 100% <ø> (ø) ⬆️
core/src/main/scala/cats/syntax/apply.scala 57.14% <ø> (ø) ⬆️
core/src/main/scala/cats/instances/map.scala 95.34% <ø> (ø) ⬆️
core/src/main/scala/cats/instances/vector.scala 100% <ø> (ø) ⬆️
core/src/main/scala/cats/syntax/list.scala 100% <ø> (ø) ⬆️
... and 16 more

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 8c031e5...12c6641. Read the comment docs.

Copy link
Member

@LukaJCB LukaJCB left a comment

Choose a reason for hiding this comment

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

Thanks!

@travisbrown
Copy link
Contributor Author

@kailuowang Does this look okay to you?

@kailuowang kailuowang merged commit 8bd7283 into typelevel:master Aug 23, 2019
@travisbrown
Copy link
Contributor Author

Thanks! Will fix conflicts in the other two PRs.

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.

4 participants