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(scan/reduce): Typings correct for mixed seed/value types #4858

Merged
merged 1 commit into from Aug 26, 2019

Commits on Jun 12, 2019

  1. fix(scan/reduce): Typings correct for mixed seed/value types

    - Adds dtslint tests to cover various mixtures of seeds, accumulator results, and value types
    - Refactors scan a little bit, as types needed to be updated in the implementation
    - Resolves a performance issue where scan was calling next on the destination Subscriber when it had already errored
    benlesh committed Jun 12, 2019
    Copy the full SHA
    7bc49f6 View commit details
    Browse the repository at this point in the history