Tim Pillinger

Results 108 issues of Tim Pillinger

[Reference to Discourse](https://cylc.discourse.group/t/should-a-b-c-fail-validation/1178/4) ### Description Using xtriggers in a logical "or" (i.e. `@xtriggerA | @xtriggerB`) will not work. It will be treated as an "and". However this structure passes validation....

bug
small

```python list(iter_uniq(iterable)) # Is an order of magnitude faster than uniq(iterable) ``` In both Python 3.8 and 3.13. Full experiment posted in notebook in [this comment](https://github.com/cylc/cylc-flow/pull/6574#discussion_r1990954884). > [!NOTE] > This...

These warnings can be demoted to avoid popping up orange triangles after https://github.com/cylc/cylc-flow/pull/6755. * Job active with pre-reload settings: * This is expected / documented behaviour, it is not a...

Closes #6348 Closes #6507 Closes #6685 **Check List** - [x] I have read `CONTRIBUTING.md` and added my name as a Code Contributor. - [x] Contains logically grouped changes (else tidy...

A multiline graph containing a comment containing a set of quotes like the termination of the graph section causes a validation failure: True for both `'''` and `"""` ### Reproducible...

bug
question

### Description Symptoms: Workflows which remained up over the weekend the clocks changed in the UK displayed odd times for submit time such as: ![Image](https://github.com/user-attachments/assets/ec59664a-a8de-4ab8-b952-95bf75a60565) This seems to be caused...

bug

When complete will close #2946 . After discussion with @dpmatthews we think that broken links inside directories being installed should not cause a failure.

Update tutorials after https://github.com/cylc/cylc-flow/pull/7044, changing rainfall data source to Amazon. N.b. https://github.com/cylc/cylc-flow/pull/7044 and subsequently [the update tutorials Workflow](https://github.com/metomi/rose/actions/workflows/update_tutorials.yml) will be required prior to this passing automated tests. To test locally...

doc
dependencies
infrastructure

After https://github.com/cylc/cylc-flow/issues/5937 update references in the documenation to Cylc Review being a Cylc 7 feature.

A [user report ](https://cylc.discourse.group/t/rose-fails-to-clone-with-broken-links/1257) of Rose fileinstall failing when in the source contains a broken link. To replicate ```bash mkdir -p "${TMP}/." # Install a file from a git source...

bug