brandon s allbery kf8nh
brandon s allbery kf8nh
You'll have to ask in #ghc in libera or #GHC:matrix.org whether `CApiFFI` uses the functionality of `includes:`; ghc's documentation doesn't say.
Sorry for the noise, testing a bot to track review requests
"If it's there, someone will come up with a use for it". And consistent behavior is generally a good thing.
Windows validates are getting wedged and killed-but-undead by GHA timeout for some reason. I canceled the jobs and am trying again to see if they wedge at the same place...
Okay, it's failing as mentioned above, after `tests\ok.test.hs` repeatably. So, what test follows that and why is it failing this way? Can `cabal-testsuite` (or `tasty`) be convinced to show what...
Isn't that how a timeout shows up?
I think this is tasty's timeout, not GitHub's.
https://github.com/haskell/cabal/pull/10285#issuecomment-2418177273 re the merge conflict: `validate.sh` is a stub now.
People have been noting that `ghc-paths` is a horrible, unstable hack that nevertheless gets the job done for years, I think?
BTW if this works then the next thing to try is to see if things we had to use `merge+no rebase` with work with `merge me` or `squash+merge me`. I...