Tim Pillinger

Results 225 comments of Tim Pillinger

@markgrahamdawson - Observed bug with ```cylc [scheduler] allow implicit tasks = True [scheduling] initial cycle point = 1 cycling mode = integer [[graph]] R1 = wednesday => FAM1:succeed-any [runtime] [[root]]...

[minor point] @oliver-sanders Observed that collapsed by Cycle point cycles probably don't need both of the Cycle point labels: ![image](https://github.com/user-attachments/assets/fcbe8009-1d18-4830-94de-83a1831bfcdb)

Hi @markgrahamdawson I'm still getting missing dependency arrows, though it was harder to reproduce: ```cylc [scheduler] allow implicit tasks = True cycle point format = %Y [scheduling] initial cycle point...

I can't break it. 🚀

I've left a workflow running all day in the background with this display on and haven't noted any indication of slowdown.

Broken for this workflow:: ```flow.cylc #!/bin/bash TMP=$(mktemp -d) echo Files extracted to ${TMP} mkdir -p "${TMP}/." cat > "${TMP}/./flow.cylc" "${TMP}/./lib/python/myxt.py"

Note to self - remove the note from cylc doc added in https://github.com/cylc/cylc-doc/pull/816 about info view not showing xtriggers.

PR is ready for review, but only works in combination with https://github.com/cylc/cylc-flow/pull/6671

Checks cancelled because diff is https://github.com/cylc/cylc-ui/compare/077f8cd1ae3363314ac038512e84b079f8bfee10..73a93e22501b5e39032ad35029c8db0f81184004 no change

> I get a blank Info view on this branch, I'm afraid (cylc-flow PR checked out, cylc-uiserver at master) Can confirm - I've made a mistake in the graphql -...