-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
When a prefix is dropped, the !badger!move prefixes associated with t… #1331
When a prefix is dropped, the !badger!move prefixes associated with t… #1331
Conversation
…he prefix should also be removed.
c8b59ab
to
272b73d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll get this approved by @manishrjain
Reviewable status: 0 of 2 files reviewed, all discussions resolved (waiting on @ashish-goswami, @jarifibrahim, and @manishrjain)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for fixing this @sana-jawad 🎉
Reviewable status: 0 of 2 files reviewed, all discussions resolved (waiting on @ashish-goswami, @jarifibrahim, and @manishrjain)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice fix. Thanks, @sana-jawad .
Reviewable status: 0 of 2 files reviewed, all discussions resolved (waiting on @ashish-goswami and @manishrjain)
Thanks for the review. Can you please help me merge this pull request. I am not seeing an option to merge. |
Hey @sana-jawad, I've made some minor changes to your code based on feedback. I removed the comment about move keys because 3e1cdd9 has fixed that. I'll merge the PR once the build succeeds 🎉 |
@sana-jawad I've merged your PR. Thank you for fixing this 🎉 |
When a prefix `P` is dropped, we do not drop the `!badger!move!P` keys. This PR fixes this issue by dropping `!badger!move!P` keys when keys with prefix `P` are dropped via `dropPrefix()`. (cherry picked from commit 1056675)
When a prefix `P` is dropped, we do not drop the `!badger!move!P` keys. This PR fixes this issue by dropping `!badger!move!P` keys when keys with prefix `P` are dropped via `dropPrefix()`. (cherry picked from commit 1056675) Co-authored-by: sana-jawad <[email protected]>
When a prefix `P` is dropped, we do not drop the `!badger!move!P` keys. This PR fixes this issue by dropping `!badger!move!P` keys when keys with prefix `P` are dropped via `dropPrefix()`.
…permodeinc#1503) When a prefix `P` is dropped, we do not drop the `!badger!move!P` keys. This PR fixes this issue by dropping `!badger!move!P` keys when keys with prefix `P` are dropped via `dropPrefix()`. (cherry picked from commit 1056675) Co-authored-by: sana-jawad <[email protected]>
…he prefix should also be removed.
Please refer #1288 for details
This change is