Matthew Pickering

Results 112 issues of Matthew Pickering

`-v0` should never output anything to stdout. cabal-install should be silent in this mode of operation. If you enable `documentation: true` in a cabal file then a lot of junk...

type: bug
Cabal: cmd/haddock
cabal-install: cmd/haddock
re: enable-documentation

It seems that stack2nix first tries to clone the master branch for the given repo. This interacts poorly with submodules as they are initialised to the remote on `master` rather...

I am interested in only keeping in the graph from which it is possible to reach a certain node. It didn't seem possible to do this using the existing graph...

@lpechacek commented in https://github.com/OpenOrienteering/mapper/issues/833#issuecomment-283711859 that he didn't intend to implement vectorisation for area symbols in CoVe as line features are more common. This is true for forest maps but for...

enhancement

Commit e6fbb98a71c5a72e0805285cbbb799c5f978aceb causes GHCs performance tests to fail. (https://gitlab.haskell.org/ghc/ghc/-/jobs/958207) ``` InstanceMatching(normal) ghc/alloc 5,089,763,632 5,091,492,392 +0.0% InstanceMatching1(normal) ghc/alloc 27,713,862,216 27,731,961,608 +0.1% LargeRecord(normal) ghc/alloc 6,041,807,976 6,167,383,288 +2.1% BAD ManyAlternatives(normal) ghc/alloc 731,728,384 732,205,472...

If I run a command, for example `Ctrl-Alt-C` to perform a case split and then immediately move my cursor before the command has finished executing then the result of the...

bug

This reverts commit 3ab18cf06ae9392eab1349675dab8a177f1412da. This commit breaks the quickjump functionality on `hackage.haskell.org`. See https://gitlab.haskell.org/ghc/ghc/-/issues/21984

I've been doing some profiling of haddock so this ticket is for me to write down what I have found out. Here is the allocation graph when running haddock on...

GHC has changed so that plugins are only loaded once rather than just before each time they are used. I suspect that Haddock needs to follow this change and explicitly...

bug

It would be good to be able to install `hie-nix` by using NUR. That would mean that a user could install hie without having to use an overlay themselves. https://github.com/nix-community/NUR