Tim Pillinger
Tim Pillinger
#### Describe exactly what you would like to see in an upcoming release In the original Cylc install proposals it was suggested that ```bash cylc install a/b/c ``` should install...
At the moment the test does not check what happens if you try to count a large regex but give the qwarg `limit=`.
cylc vip
Replaces #5094 #3896 - Implements the validate install play (VIP) working practice. I think that it works in principle for the other working practices. **Check List** - [x] I have...
**Describe the bug** if you run ```bash for f in $(find tests/functional/ -name flow*.cylc -exec dirname {} \;); do cylc lint $f -r style; done ``` A non-trivial set of...
# Investigation Whilst working on https://github.com/cylc/cylc-flow/issues/5120 @MetRonnie and I noticed a number of untoward things about the functions `strip_and_unquote_list` and `_unquoted_list_parse`. - Whilst test coverage is 100% I don't think...
Rationalize where constants are kept. Came out of reviewing #5140 **Check List** - [x] I have read `CONTRIBUTING.md` and added my name as a Code Contributor. - [x] Contains logically...
Closes #5052 **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)....
Fixes two separate, but related bugs (one of which was partially protecting us from the other, except when using rose stem): ## 1. Rsync Output `cylc reinstall` relied on the...
**Describe exactly what you would like to see in an upcoming release** In the files which describe dependencies to pip and conda (`conda-environment.yaml`, `setup.cfg`) have syntax which allow us to...
Fixes an otherwise unrecorded bug reported by @matthewrmshin . ## To Reproduce Ensure that Cylc will attempt remote reinvokation (global.conf:[scheduler][run hosts]available). ```bash cd ~/cylc-src/workflow cylc vip -n beeblebrox --no-run-name ```...