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

cylc show: More user friendly pre-requisite labels #2191

Conversation

oliver-sanders
Copy link
Member

@oliver-sanders oliver-sanders commented Mar 7, 2017

Closes #1346
Closes #2147?

Before

prerequisites (- => not satisfied):
  -     LABEL: a_colon_succeed = a.1 succeeded
  -     LABEL: b_colon_succeed = b.1 succeeded
  -     LABEL: c_colon_succeed = c.1 succeeded
  -     LABEL: d_colon_succeed = d.1 succeeded
  - CONDITION: a_colon_succeed&b_colon_succeed&(c_colon_succeed|d_colon_succeed)

After

prerequisites (- => not satisfied):
  - 0 & 1 & (2 | 3)
  - 	0 = a.1 succeeded
  - 	1 = b.1 succeeded
  - 	2 = c.1 succeeded
  - 	3 = d.1 succeeded

Adds --list-prereqs option which results in:

a.1 succeeded
b.1 succeeded
c.1 succeeded
d.1 succeeded

Copy link
Member

@hjoliver hjoliver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good, thanks.

@hjoliver hjoliver merged commit bdc0318 into cylc:master Mar 12, 2017
@oliver-sanders oliver-sanders deleted the 1346.make-conditional-labels-more-user-friendly branch December 14, 2017 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants