Casey Rodarmor
Casey Rodarmor
Very nice catch! I just bisected and figured out what happened. Originally, having a parameter shadow a global variable was forbidden. Then it was allowed, but uses of that parameter...
Closing, since I'm sadly no longer using cradle with JSON T_T
This has been requested before, but I've been hesitant to add it. See #388, from long long ago. A couple concerns from that issue are: - For some recipes, a...
@laniakea64 Mercurial is a good example. I didn't know it worked that way. I think it is good data point. Can users add new mercurial commands? Either new subcommands or...
I think I'd be open to this, given that mercurial does it. It feels like there are lots of footguns, so we should probably make it unstable at first.
Hmm, interesting. @runeimp do you happen to know? I'd like to change all the docs to use `pwsh.exe` instead of `powershell.exe`, but want to make sure that `pwsh.exe` is available...
@cspotcode I think you're right. I'm not sure where I got the notion that `pwsh.exe` was ever installed by default. I think I just assumed that since it was new...
And good idea using the `read_dir` function to test if it's a real directory.
Actually, I just had a thought: As written, this will mask the original I/O error. First we'll get error 1, then we'll check if it's related to the working directory...
> I think the latter combination could never happen because the implementation of Command does't check if command executable can be executed, it first asks the OS to change current...