Tim Pillinger

Results 108 issues of Tim Pillinger

Add the following command to Cylc Config: ```bash $ cylc config --json ``` Required for https://github.com/cylc/cylc-sphinx-extensions/pull/81. **Check List** - [x] I have read `CONTRIBUTING.md` and added my name as a...

small

Closes #6262 Validate may alter the content of options objects passed to it: In this case by replacing `icp = now` with `icp = ` which is an invalid restart...

bug

### Description Options added to VIP and VR from `option_parsers.CylcOptionParser.STD_OPTIONS` include items such as `-s` which don't apply to cylc install, but to do apply to validate and play. This...

could be better

### Description Using a browser on a tablet/phone the pinch zoom only works for a fraction of a second. https://github.com/user-attachments/assets/167b1c1b-9e29-423a-a417-1b39a3458015 I'd expect a smooth zoom which stays at that level...

bug

Closes #6286 Set `options.against_source` to the rundir of the workflow, allowing re-install and validate against source to access previous CLI opts as stored in rose-suite-cylc-install.conf Paired with https://github.com/cylc/cylc-rose/pull/345 **Check List**...

bug

Closes #6308 > [!NOTE] > This is a moderate change in behaviour, so I've targeted 8.4. Previously broadcasts have been housekept when they refer to a Cycle point the scheduler...

bug?
question
could be better

The refactoring in https://github.com/cylc/cylc-flow/pull/6039 (and https://github.com/cylc/cylc-flow/issues/5820) have revealed that the Dummy mode functions in `cylc/flow/run_modes/dummy.py` are not super well tested. That same refactoring makes unit testing straightforward.

could be better

Requires https://github.com/cylc/cylc-flow/pull/6671 **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)....

Also replaces `markdown-it` with the more powerful package `MyST`. After offline discussion @oliver-sanders and I decided to try MyST because - It has both Python and JS interfaces, so we...

Fixes problem not recorded in an issue: ## Issue Rose has a routine to work out which `file_loc_handler` should be used based on the content of the `source=` field. However,...