hololeap

Results 31 comments of hololeap

I package for Gentoo and it hasn't been obvious which dependencies are needed to make video/audio calls work correctly. This could be helpful for others who are building from source...

Hi. Another Gentoo-Haskell developer here, and also an Elm novice... The problem we are running into is that Gentoo's build system (portage) does not allow network access by default during...

Are these tests passing elsewhere? If so, can someone give me a link to where they are passing?

@wz1000, thanks for the hint about the environment variables. It looks like this has something to do with Gentoo's build sandboxing. All the tests pass when run outside the sandbox....

It looks like I'm running into the same thing for `hls-module-rename-plugin-1.1.0.0`: ```json { "jsonrpc": "2.0", "method": "textDocument/publishDiagnostics", "params": { "diagnostics": [ { "message": "Error when calling cabal exec -v0 --...

There are more seemingly-related test failures, this time from `ghcide`: 1. [`typecheck-all-parents-of-interest`](https://github.com/haskell/haskell-language-server/blob/1.8.0.0/ghcide/test/exe/Main.hs#L698-L732) ``` FAIL (2.13s) test/exe/Main.hs:724: Incorrect number of diagnostics for Uri {getUri = "file:///var/tmp/portage/dev-haskell/ghcide-1.8.0.0/temp/extra-dir-8862631353299/A.hs"}, expected [] but got [Diagnostic...

I recommend switching to [`ghc-lib`](https://hackage.haskell.org/package/ghc-lib) and [`ghc-lib-parser`](https://hackage.haskell.org/package/ghc-lib-parser) instead of relying on the `ghc` library.

It looks like I forgot to include a package in the "core group": ``` dev-haskell/cabal-install ```

@l29ah perhaps `xmonad-screenshot`, `xmonad-utils`, and `xmonad-wallpaper` as well?

I'm closing https://github.com/gentoo/gentoo/pull/26835 and merging those changes here, because it is getting annoying to maintain the two branches.