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

Fixes #179 #180

Merged
merged 6 commits into from
Jul 11, 2018
Merged

Fixes #179 #180

merged 6 commits into from
Jul 11, 2018

Commits on Jun 27, 2018

  1. Fixes paldepind#179 Nested stream atomic updates

    We were tracking flushing using one variable while there
    were in fact two types of flushing. This commit remedies that
    And furthermore adds a check for function streams
    whether their listeners need updating at the end of
    updateStream
    
    This also has some general code quality improvements 
    including variable name changes
    Einar Norðfjörð committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    24f0026 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Solve issue with nested stream updating another multiple times

    The change made in the last commit accidentally removed the ability
    To update a stream often inside a stream body.
    Einar Norðfjörð committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    e4d2841 View commit details
    Browse the repository at this point in the history
  2. Allow accessing map directly for internal calls

    This helps with debugging (you don't have to step through ramda's curry while debugging)
    Einar Norðfjörð committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    13d2811 View commit details
    Browse the repository at this point in the history
  3. Fix issue with switchLatest module

    Now that multi level dependent streams work we need
    switchLatest to not end its stream immediately because one of the streams in the merged end streams has a value right now.
    Einar Norðfjörð committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    55dd4fc View commit details
    Browse the repository at this point in the history
  4. Make sure newly created listeners are updated even if we're flushing …

    …a stream value currently
    Einar Norðfjörð committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    1721551 View commit details
    Browse the repository at this point in the history
  5. remove EOL'd node distributions from travis

    Einar Norðfjörð committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    1f831a7 View commit details
    Browse the repository at this point in the history