Greg Pfeil
Greg Pfeil
fetch-params.sh has moved a bit since this was created. Also, the plan going forward is to integrate fetch-params with zcashd (rather than a separate program) using the Rust implementation (See...
Interested in updating this, @LarryRuane? I’m going to move it to draft. I can get it across the finish line for you, if you prefer.
`shfmt` does this internally (I don’t know if that is visible via `treefmt` or if the interface always passes specific files or what). An `shfmt --find` or something will return...
Please merge #221, then this PR.
Yeah, exactly. I don’t need it _often_, but sometimes it’s very useful. For example, yesterday I was running `partest` on the scala codebase, and it takes a long time. But...
This was mitigated by @fommil’s suggestion above, but the problem I continue to have is that when I try to run a command like `sbt-clear` or something on the renamed...
We’ve run into the same thing. We moved the cxx-generated code into its own .a when possible, and generally down-scoped `-Wno-dollar-in-identifier-extension` as much as possible. One problem with @Timmmm’s suggestion...
FWIW, my IDE (Emacs) does recognize a file named `foo.go` as a Bash file if it has a Bash shebang. It seems, strictly speaking, that if a file has any...
Yeah, agreed on the default. Maybe a flag like `--precise-identification` with the description, “Check shebang lines in executable files to identify shell scripts more precisely. This can have a performance...