scalalandio / chimney

Scala library for boilerplate-free, type-safe data transformations
https://chimney.readthedocs.io
Apache License 2.0
1.15k stars 91 forks source link

Hide the last internal utility from the public API #540

Closed MateuszKubuszok closed 3 months ago

MateuszKubuszok commented 3 months ago

Let's test if private[chimney] fails MiMa check (it should be binary compatible)?

EDIT: it seems it does.

so we can use some redirection to make it package private - for JVM it is still public but it should no longer be directly usable/no longer shown by IDE.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.67%. Comparing base (0986cda) to head (3415ae6). Report is 122 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #540 +/- ## ========================================== - Coverage 87.72% 87.67% -0.05% ========================================== Files 136 137 +1 Lines 5440 5468 +28 Branches 455 442 -13 ========================================== + Hits 4772 4794 +22 - Misses 668 674 +6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.