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

prune operation if it isn't needed #247

Merged
merged 8 commits into from Apr 19, 2015

Commits on Apr 23, 2014

  1. prune operation if it isn't needed

    Andy Xue committed Apr 23, 2014
    Copy the full SHA
    13edde9 View commit details
    Browse the repository at this point in the history
  2. remove test, it wasn't valid

    Andy Xue committed Apr 23, 2014
    Copy the full SHA
    7cfeca4 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2014

  1. fix mispelling

    Andy Xue committed Apr 24, 2014
    Copy the full SHA
    95ad021 View commit details
    Browse the repository at this point in the history
  2. add tests for prune-operations

    Andy Xue committed Apr 24, 2014
    Copy the full SHA
    4420591 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2014

  1. make description better, filter -> prune

    dollschasingmen committed Jun 23, 2014
    Copy the full SHA
    01d847c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2015

  1. add test case for when an predicate outvar is used as input to anothe…

    …r predicate, clean up test descriptions
    dollschasingmen committed Apr 19, 2015
    Copy the full SHA
    35bf0d1 View commit details
    Browse the repository at this point in the history
  2. add test asserting that filter operations are not pruned, edit prune-…

    …operations method description
    dollschasingmen committed Apr 19, 2015
    Copy the full SHA
    4e940fd View commit details
    Browse the repository at this point in the history
  3. be able to prune operation chains where the outvars at the end of the…

    … chain isn't used
    dollschasingmen committed Apr 19, 2015
    Copy the full SHA
    b52da43 View commit details
    Browse the repository at this point in the history