Tim Pillinger

Results 108 issues of 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)....

config change

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...

bug
small

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)....

bug
small

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...

bug

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)....

small

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...

small

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)....

small

Companion to https://github.com/cylc/cylc-flow/pull/6117/checks https://github.com/cylc/cylc-flow/pull/6117

doc

### 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...

bug
small

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)....

bug