-
Notifications
You must be signed in to change notification settings - Fork 2
feature(orderedmap): provide support for callbacks deleting items. #60
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
base: main
Are you sure you want to change the base?
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:
|
d55be6c to
3b6608d
Compare
|
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
|
OK, so a couple of months in, I think the way to go is:
Any suggestions ? @BerniVarga ? |
8da35a9 to
ce96c91
Compare
Fixed #59
Also fixed the fact that
orderedmap_opaque_test.goactually contained transparent tests.