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

Drop collection compat shim in favor of official scala-collection-compat #5069

Merged
merged 5 commits into from
Jan 17, 2024

Conversation

RustedBones
Copy link
Contributor

No description provided.

@RustedBones RustedBones changed the base branch from main to v0.14.x November 15, 2023 11:41
@RustedBones RustedBones force-pushed the remove-collection-compat-shim branch 2 times, most recently from 3844f52 to 78df5c5 Compare November 15, 2023 11:44
@RustedBones RustedBones added this to the 0.14.0 milestone Nov 15, 2023
Copy link

codecov bot commented Nov 15, 2023

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (351d88f) 63.57% compared to head (a16fbdb) 63.57%.

Files Patch % Lines
...cala/com/spotify/scio/coders/KryoAtomicCoder.scala 37.50% 5 Missing ⚠️
...scio/coders/instances/JavaCollectionWrappers.scala 62.50% 3 Missing ⚠️
...om/spotify/scio/coders/instances/ScalaCoders.scala 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5069      +/-   ##
==========================================
- Coverage   63.57%   63.57%   -0.01%     
==========================================
  Files         295      295              
  Lines       10928    10932       +4     
  Branches      731      755      +24     
==========================================
+ Hits         6948     6950       +2     
- Misses       3980     3982       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Base automatically changed from v0.14.x to main November 29, 2023 07:52
@RustedBones RustedBones merged commit ae507ca into main Jan 17, 2024
11 checks passed
@RustedBones RustedBones deleted the remove-collection-compat-shim branch January 17, 2024 13:38
Comment on lines +33 to +34
case arg if arg.getClass == JListWrapperClass =>
val underlying = JListWrapperClass
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Checking against the wrong class. This must be JIterableWrapperClass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants