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 new graph parser bug (PR to 6.11.1) #2002

Merged
merged 4 commits into from
Sep 19, 2016

Commits on Sep 17, 2016

  1. test events-25: add abort on inactivity set=False

    Ensure that it overrides a `True` setting in `global.rc`.
    matthewrmshin authored and hjoliver committed Sep 17, 2016
    Configuration menu
    Copy the full SHA
    248536a View commit details
    Browse the repository at this point in the history
  2. tests cylc-cat-log 06: tidy temporary directory

    Use common test infrastructure to set up temporary suite location, etc.
    matthewrmshin authored and hjoliver committed Sep 17, 2016
    Configuration menu
    Copy the full SHA
    e1f162f View commit details
    Browse the repository at this point in the history
  3. Fixed graph parser bug.

    For conditional expressions containing same task name with and without
    an offset, e.g. "foo | foo[-P1D] => bar".
    hjoliver committed Sep 17, 2016
    Configuration menu
    Copy the full SHA
    fba6c6f View commit details
    Browse the repository at this point in the history
  4. New test added.

    hjoliver committed Sep 17, 2016
    Configuration menu
    Copy the full SHA
    7516e5c View commit details
    Browse the repository at this point in the history