ColemanTom

Results 41 issues of ColemanTom

### What should we add? I was looking at the code for vorticity and divergence (and I'm sure this applies to other calculations too), but if you run these on...

Type: Feature
Area: Calc

**Describe the bug** If you define a variable like follows, the result in the job script is `_=""`. I would expect it to be `_=" "`. ``` [environment] _ =...

bug
question

I've never used `go` before, so I this is a naive, but working approach to support `simplify` and `minify` in editorconfig files. I have not looked at adding tests yet,...

Closes #5567 CYLC_WORKFLOW_SHARE_DIR_RAW and CYLC_WORKFLOW_WORK_DIR_RAW added. These are then used for 'mkdir' to ensure directories are created. Currently, if SHARE_DIR and WORK_DIR are symlinks, and the dir they point to...

question

### Description In Cylc7 at least, I had a task which did something like `cylc message -p CUSTOM "abc::efg::hij::sdf"`. In Cylc8, that produces an error ` - cannot contain `:`...

could be better

### Problem In Cylc (both 7 and 8) job.sh scripts, the `mkdir` commands for the `share` and `work` directories (I'm not sure where `share/cycle` is created) assume the directory is...

question

### Description Running `cylc` commands from a directory that no longer exists causes failures. I suggest that whether the directory you are currently in exists or not should not matter...

bug
small

### Problem help doc for `vr` (and others?) should perhaps tell you that an option can only be used when a workflow is stopped. ``` $ cylc vr -s JINJA_VAR=12...

### Description If you have an xtrigger and run `cylc config my_workflow` the xtrigger is listed as `... = [xtrigger-func cmd]` which isn't very informative or helpful. ### Reproducible Example...

bug
small

### Problem A site or workflow itself may have specific lint requirements that are very specific and not really suitable for the standard set of rules. Is there a way...