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 out of order execution on model select (#1354) #1355

Merged

Commits on Mar 18, 2019

  1. When building the graph underlying the graph queue, preserve transiti…

    …ve dependencies while removing the skipped nodes
    Jacob Beck committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    633858a View commit details
    Browse the repository at this point in the history
  2. tests

    Jacob Beck committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    38921fa View commit details
    Browse the repository at this point in the history
  3. ugh, forgot to remove this I guess

    Jacob Beck committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    9ae229a View commit details
    Browse the repository at this point in the history
  4. Use the transitive closure to calculate the graph

    Don't maintain the links manually while removing nodes
    Just take the transitive closure and remove all nodes
    Jacob Beck committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    69c8a09 View commit details
    Browse the repository at this point in the history