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

Remove outdated operators for version 6.0.0 #607

Merged

Conversation

Head0nF1re
Copy link
Contributor

resolve #369

Remove:

  • GenerateByIndex
  • Partition
  • Unfold
  • SortedMergeDescending
  • SortedMergeByDescending
  • ScanEx

Remove:
- GenerateByIndex
- Partition
- Unfold
- SortedMergeDescending
- SortedMergeByDescending
- ScanEx
- Revert changes made to PublicAPI.Shipped and move removed methods to
  PublicAPI.Unshipped.

- Restore Partition methods not marked as Obsolete.
Copy link

codecov bot commented Jan 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c11c552) 93.84% compared to head (a885adb) 93.29%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #607      +/-   ##
==========================================
- Coverage   93.84%   93.29%   -0.56%     
==========================================
  Files         245      242       -3     
  Lines        7847     7755      -92     
  Branches     1596     1595       -1     
==========================================
- Hits         7364     7235     -129     
- Misses        295      329      +34     
- Partials      188      191       +3     

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

@viceroypenguin viceroypenguin merged commit 31b61a2 into viceroypenguin:master Jan 20, 2024
3 of 4 checks passed
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.

Remove various outdated operators
2 participants