Hilary James Oliver
Hilary James Oliver
Ref: https://cylc.discourse.group/t/task-wrangling-issues/517/9 Datastore issue. ```ini [scheduling] [[graph]] R1 = a & b [runtime] [[a, b]] script = false ``` - install, play, stop or kill once stalled - remove b...
These changes close #5020 **Requirements check-list** - [x] I have read `CONTRIBUTING.md` and added my name as a Code Contributor. - [x] Contains logically grouped changes (else tidy your branch...
`cylc trigger --edit` was removed during SoD implementation. This is not really a "sod-follow-up" issue however (although I'm labeling it as such for now) because edit-run needs to be completely...
A bit of late night fun (sad!). Implement "start-up and shutdown graphs" (effectively isolated from the main graph so that perpetual dependence on R1 & $ tasks can be avoided)...
**Describe the bug** Commenting out a line that ends in a line-continuation back-slash causes the subsequent line to become part of the comment. **Release version(s) and/or repository branch(es) affected?** Current...
These changes close #4987 **Requirements check-list** - [x] I have read `CONTRIBUTING.md` and added my name as a Code Contributor. - [x] Contains logically grouped changes (else tidy your branch...
Should we get the wrapper to: - ~~automatically invoke cylc-7.9.5 if `cylc review` is called in a Cylc 8 environment?~~ DONE - list available Cylc versions? - ~~handle site config...
see https://github.com/cylc/cylc-flow/pull/4967#discussion_r915695233 https://github.com/cylc/cylc-flow/blob/42062bb88886d010d9df8bb614689bf60f2d0847/cylc/flow/task_pool.py#L304-L311 > Is this test still relevant (other than in back-compat mode)? > Any task that has failed or succeeded will only be in the pool if it...
Supercedes #4903 (via an @oliver-sanders suggestion there). Optionally tie the runahead limit down to `P1` until the first cycle has finished, to avoid the ugliness of making tasks in every...
`create_test_global_config` shell function needs tweaking