Shayne Fletcher

Results 53 comments of Shayne Fletcher

also affects haskell-language-server (hlint plugin, quickfixes) it seems https://github.com/haskell/haskell-language-server/issues/3146

> I guess you can use `with_config`, that helped @emilio , thank-you!

i see the same thing. ``` root@2ef690c32f0c:buck2# apt-get install protobuf-compiler Reading package lists... Done Building dependency tree Reading state information... Done protobuf-compiler is already the newest version (3.6.1.3-2ubuntu5). 0 upgraded,...

> I think its 3.12 where this was introduced, actually. Can you try with https://github.com/protocolbuffers/protobuf/releases/download/v21.10/protoc-21.10-linux-x86_64.zip that works. successful build with protoc 3.21.10.

significantly less convenient for us. using `$GITHUB_ENV` we can configure all subsequent job shells to implicitly be OPAM environments in the same way users are encouraged to add `eval $(opam...

left to itself, hlint will default enable its own selection of language extensions. apparently one of the extensions it is default enabling causes this problem. we can override this. putting...

what's happening is that when `CPP` is enabled, hlint runs a cpp preprocessor. when it does that, after preprocessing the resulting program is ``` foo = [undefined| foo ``` which...

probably operator error. doesn't exhibit with `cabal v2-install` so that will do.

not operator error. cabal v2-install, cabal new-install, anyway it fails 90% of the time