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 bug where opts = { seqs: true } #19

Merged
merged 1 commit into from
May 7, 2019
Merged

Conversation

christianbundy
Copy link
Member

Previously the code that took care of filtering out deleted items (empty
buffers) just checked whether the item was an empty buffer, but that
doesn't account for the case where { seqs: true } and the value is
actually exposed in { value }.

Resolves #18

Previously the code that took care of filtering out deleted items (empty
buffers) just checked whether the item was an empty buffer, but that
doesn't account for the case where `{ seqs: true }` and the value is
actually exposed in `{ value }`.
@arj03
Copy link
Contributor

arj03 commented May 7, 2019

Looks good to me @christianbundy, nice with the test!

I'll have a look at the other changes as well, eager to test some of this stuff.

@christianbundy
Copy link
Member Author

Sweet, thanks for the quick review! Btw, I know I've been super liberal with tagging you for review requests, please feel free to ping me if you'd like any 👀 on your stuff. 👍

@christianbundy christianbundy merged commit f60c209 into master May 7, 2019
@arj03
Copy link
Contributor

arj03 commented May 7, 2019

I enjoy reading these flume patches, but can't take in any patchwork @christianbundy :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deleted items aren't being filtered when { seqs: true, values: true }
2 participants