-
Notifications
You must be signed in to change notification settings - Fork 97
BufferWhileBy should emit empty array if primary source finished first #128
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
Labels
Comments
shamansir
added a commit
to shamansir/kefir
that referenced
this issue
Aug 14, 2015
Could be related to #113 |
rpominov
added a commit
that referenced
this issue
Aug 17, 2015
BufferWhileBy: emit empty array when primary source finished first (#128)
Fixed by #129 |
rpominov
added a commit
that referenced
this issue
Aug 21, 2015
* master: cleanup repository after release 2.8.0 update deps update changelog more clear docs on options of .bufferWhileBy (hopefully) improve bufferWhileBy test fix test title for bufferWhileBy test fix bufferWhileBy test for empty buffer w/ flushOnChange, emitEmpty, p.2 fix bufferWhileBy description, test bufferWhileBy for flushOnChange/emitEmpty emitEmpty as an option for bufferWhileBy bring back empty lines bufferWhileBy: emit empty array when primary source finished first (#128) Fix typo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BufferWhileBy
should emit empty array if primary source finished (without any value) before the secondary one.The text was updated successfully, but these errors were encountered: