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

refactor(daemon): Fix naming issues in multimap interface #2193

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

rekmarks
Copy link
Contributor

Addresses some naming issues in the multimap's interface and adds missing test cases.

Comment on lines -102 to -104
get: value => valueForKey.get(value),
get: key => keyForValues.get(key),

getValue: key => keyForValues.get(key),
Copy link
Contributor Author

@rekmarks rekmarks Mar 30, 2024

Choose a reason for hiding this comment

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

I made this unfortunate mistake when addressing feedback to a previous PR.

@rekmarks rekmarks force-pushed the rekmarks-multi-bimap-fixes branch from aec68a5 to 13bbec1 Compare March 30, 2024 03:00
@rekmarks rekmarks requested a review from kriskowal April 1, 2024 05:49
Addresses some naming issues in the multimap's interface and adds
missing test cases.
@rekmarks rekmarks force-pushed the rekmarks-multi-bimap-fixes branch from 13bbec1 to 89524a3 Compare April 8, 2024 10:08
@rekmarks rekmarks enabled auto-merge April 8, 2024 10:10
@rekmarks rekmarks merged commit f95bcee into master Apr 8, 2024
18 checks passed
@rekmarks rekmarks deleted the rekmarks-multi-bimap-fixes branch April 8, 2024 10:17
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.

2 participants