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 Flatten when current_node is created after the flatten #139

Merged
merged 4 commits into from May 16, 2017

Commits on May 13, 2017

  1. Copy the full SHA
    72d830f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. Fixes restart issues when there are multiple add_actions when process…

    …ing a push
    
    And adds a test for this case
    JobJob committed May 15, 2017
    Copy the full SHA
    f94ca37 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    efb2978 View commit details
    Browse the repository at this point in the history
  3. Fixes flatten when current_node is created after the flatten

    Flatten now uses bind! which handles this case well
    JobJob committed May 15, 2017
    Copy the full SHA
    a09cdbd View commit details
    Browse the repository at this point in the history