Ronnie Dutta
Ronnie Dutta
I think the log count number might not be 100% airtight, got this situation while running `tests/functional/restart/34-auto-restart-basic.t`: ``` 01-start-01.log 02-start-01.log 02-restart-02.log 03-restart-02.log ``` (sorted by creation time ascending) When I...
Doing `cylc clean toplevel` and typing `y` at the interactive step for a workflow dir `toplevel` containing multiple runs, does not actually remove `~/cylc-run/toplevel` at the moment *Originally posted in...
**Describe the bug** A triggered task that doesn't get submitted before the workflow shuts down, gets stuck on the previous cycle prerequisite on restart, causing stall. **Steps to reproduce the...
**Describe exactly what you would like to see in an upcoming release** The lexers used to provide syntax highlighting for vim etc. use a [list of keywords](https://github.com/cylc/cylc-flow/blob/master/cylc/flow/etc/syntax/cylc.xml#L16). It might be...
**Describe the bug** If you specify `[scheduler]main loop = something` instead of `[scheduler][main loop]`, the workflow validates with no warnings or errors. ```ini [scheduler] main loop = 22 # Eh??...
#4745 fixed a bug where you would get traceback running `cylc help all` and `cylc hub` for a normal installation of `pip install cylc-flow cylc-uiserver` (i.e. not an `[all]` installation,...
E.g. ``` exclude: /node_modules|src\/components\/myComponent/, ``` works on Linux but on Windows I get the cyclic dependency errors for that component. A workaround is to use `[\/\\]` instead of just `\/`....
*Converted from item in [Python3 project](https://github.com/cylc/cylc-flow/projects/2)* #### The blue pill: Replace `__cmp__` logic with rich comparisons #### The red pill: Use native classes for cycle points (e.g. `int`, `isodatetime.data.TimePoint`, ...)...
### Environment **Vuetify Version:** 3.5.1 **Last working version:** 3.1.8 **Vue Version:** 3.4.15 **Browsers:** Edge 117.0.2045.47 **OS:** Windows 10 ### Steps to reproduce 1. Have a `v-snackbar` that opens after a...
Templating languages often get executed prior to whatever language the file is written in, so even if a templating block is inside a comment it will still get executed. For...