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(sorted): sortedSet remove should not use reference equality #190

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

vitoke
Copy link
Contributor

@vitoke vitoke commented Dec 7, 2023

Fixes #189

SortedSet remove now uses the context comparator instead of reference equality

Copy link

codecov bot commented Dec 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7c38d0b) 96.96% compared to head (b340d70) 96.96%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #190   +/-   ##
=======================================
  Coverage   96.96%   96.96%           
=======================================
  Files         322      322           
  Lines       54740    54740           
  Branches     6438     6438           
=======================================
  Hits        53076    53076           
  Misses       1652     1652           
  Partials       12       12           

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

@vitoke vitoke merged commit 54520fe into main Dec 7, 2023
5 checks passed
@vitoke vitoke deleted the fix/sortedset-remove branch December 7, 2023 21:35
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.

Why does SortedSet use reference equality when it removes its element?
1 participant