brandon s allbery kf8nh
brandon s allbery kf8nh
QA notes: --- Build cabal for release (`cabal --project-file=cabal.release.project build cabal`). Run the following: (assumes you have `cabal-3.14.2.0` and `cabal-3.16.0.0` installed via e.g. ghcup) ``` hilfy Z$ cabal-3.14.2.0 --version |...
A bit belatedly, this is WRT https://github.com/haskell/cabal/issues/11340#issuecomment-3647017147.
ghc would need to do this, but there is currently no way to tell it to prepend something to all paths in error messages. Hypothetically we could postprocess output, but...
That's what `squash+merge me` is for.
This has been considered in the past, but I think the conventional solution has been to conditionally use `ghc-options: -DSOMEMACRO` and `LANGUAGE CPP`.
Not off the top of my head. But the rationale I recall is that flags are not supposed to change functionality, they're supposed to govern alternative solver paths (for example,...
It's in mine? (Careful: the failing file is a `changelog.d` entry, which were only just added to the whitespace check a day or so ago, which is why nobody saw...
I have a sneaking suspicion that the whitespace job isn't listed as required under branch protection. Mergify doesn't care about CI passing, it cares only about the branch protection rules...
I'd suggest you remove the patches from this PR and make a separate one fixing the whitespace breakages, which we can push in at high priority if necessary since `master`...
I just noticed you're missing the PR templates both here and in the new PR.