Robert
Robert
I see this now, without a `--quiet` wrapper shell script: ``` $ nix fmt Checking style in 6 files using 2 threads. Congratulations! Your code complies the Alejandra style. If...
I spent a while trying to figure out how to compose multiple `around`s before deciding to file a docs issue, where I foud this. :) It would be much appreciated...
You shouldn't need to regenerate the bootstrap files, I believe we check that the linux bootstrap files are good for bootstrapping macOS in CI. Instead, you should be able to...
Just in case you didn't see: There's a second CI failure in the package config roundtrip tests, which I can't quite make sense of, but they're all of the form...
The "on unix systems" is just to say that the change isn't expected to necessarily fix things on Windows. It definitely does touch Windows too, and there's a decent chance...
It's a bit tangential to this particular issue, but how about generally building releases with GHC 9.2? That would address those "no child process" errors for the released cabal versions...
> @robx: I'm still getting "waitForProcess: does not exist (No child process)" [edit: most of the time] with branch 3.8 cabal compiled on GHC 9.2.3 (https://gitlab.haskell.org/haskell/cabal/-/jobs/1106009) and I'm not ever...
The test seems to pass for older GHC versions, while for newer those particular tests aren't run in CI.
Hmm, there's this: https://gitlab.haskell.org/ghc/ghc/-/issues/20707 but it seems to be a new 9.2 issue (as opposed to 9.0 even)
Thanks, I've updated the ticket to try to cover the affected versions.