Matthew Pickering

Results 266 comments of Matthew Pickering

An example from my recent PR: https://github.com/haskell/cabal/pull/10287 The job is killed after `lib-tests` runs, so I have no idea if there are going to be more failures in subsequent testsuites....

> I think automatic code formatting is a lousy idea, but I don't run this project. :/ As the most active contributor to the project, I would certainly hope your...

Thank you everyone for your help with this issue, it feels like the process is much improved now for contributing. 👍

@vaibhavsagar The issue is that `cabal` does not honour or read `GHC_PACKAGE_PATH`, therefore it could easily come to a different conclusion about which packages are available as `ghc` when it...

> Yes, but does this matter in the test phase? It seems that it now does and the `test` command calls a function which could return different results if `GHC_PACKAGE_PATH`...

~You probably also need to pass `--libsubdir` on the command line?~