feature(orderedmap): provide support for callbacks deleting items.#60
Open
feature(orderedmap): provide support for callbacks deleting items.#60
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #60 +/- ##
==========================================
+ Coverage 98.22% 98.26% +0.04%
==========================================
Files 15 15
Lines 451 462 +11
==========================================
+ Hits 443 454 +11
Misses 6 6
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
BerniVarga
approved these changes
May 29, 2025
d55be6c to
3b6608d
Compare
Owner
Author
|
Hi @BerniVarga Thanks for the review. I've removed the unrelated parts of the PR and merged them separately, and at this point, I'm hesitant about the better API:
I think I'm leaning towards a variant of 5. : changing the factory signature to accept a variadic of functional options:
Any suggestions ? |
3b6608d to
4148e6a
Compare
48dae22 to
0b45ea9
Compare
ada6697 to
dc2152d
Compare
Owner
Author
|
OK, so a couple of months in, I think the way to go is:
Any suggestions ? @BerniVarga ? |
8da35a9 to
ce96c91
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed #59
Also fixed the fact that
orderedmap_opaque_test.goactually contained transparent tests.