Tim Pillinger
Tim Pillinger
closes #6145 **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 by rebase)....
Closes #5544 Additionally... ### Fix a bug where empty flow.cylc files caused traceback. To replicate ```bash mkdir ~/cylc-src/foo touch ~/cylc-src/foo/flow.cylc cylc lint ~/cylc-src/foo ``` **Check List** - [x] I have...
Closes #6151 **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 by rebase)....
Currently Cylc Review cannot handle many characters, including those used to create the Cylc logo on the command line. As a result any log file containing the Cylc Logo will...
Closes #6131 **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 by rebase)....
Users should be encouraged to use `execution time limit` in preference to `[directives]--this-runners-time-limit` so that Cylc can be aware of how long a job should take, and handle comms failures...
Closes #6098 **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 by rebase)....
Companion to https://github.com/cylc/cylc-flow/pull/6117/checks https://github.com/cylc/cylc-flow/pull/6117
### Reproducible Example ```cylc # global.cylc [platforms] [[myplatform]] hosts = remote_host ``` ```cylc # flow.cylc [runtime] [[foo]] [[[remote]]] host = remote_host ``` ```bash cylc check-version # returns nothing, doesn't check...
Fixes #6320 **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 by rebase)....