Daniel Martí
Daniel Martí
We run into similar issues in the cue repo: https://github.com/cue-lang/cue/issues/3413
Previously: https://github.com/mvdan/sh/issues/1168 As I mentioned there, the bar for adding options is very high. This does not meet the requirements for it. The only alternative that comes to mind is...
@jmgilman did you see Paul's questions above? If this is still an ongoing issue for you, we'd need to better understand your setup to act on this.
Thanks for filing this bug! Just to be clear, you're suggesting two changes: * `cue cmd -h` should show available commands from `_tool.cue` files, like `cue help cmd` * `cue...
https://github.com/golang/go/issues/58697 looks extremely similar. Note that our modcache package was imported from Go fairly recently, so it should already be pretty robust.
Happened again today on https://review.gerrithub.io/c/cue-lang/cue/+/1214081.
Just happened again on a master commit: https://github.com/cue-lang/cue/actions/runs/17579000657/job/49930787837
The error seems to come from `os.WriteFile` in our modcache package: ``` // Extract the module zip directory at its final location. // // To prevent other processes from reading...
Worth noting that Namespace said that they disable the Windows built-in anti-virus for the `C:` drive, which is where testscript places temporary directories, including the module cache causing the error...
I believe what you're after is directory replace directives for dependency modules: https://github.com/cue-lang/cue/issues/2956