Matthew Pickering

Results 112 issues of Matthew Pickering

The current logic of the `-i` and `-x` option as decided by @BinderDavid is that if you use both `-i` and `-x` options that all traces matching `-i` are included...

At the moment we do some processing of the data to find the biggest `K` bands and collapse them together. We also sort the bands in Haskell which makes displaying...

The documentation for `Decidable` states that.. > A Divisible contravariant functor is a monoid object in the category of presheaves from Hask to Hask, equipped with Day convolution mapping the...

Previously `--package-db` was only passed to test which used the `v2-` prefix. Now we pass `--package-db` to things which use the `v2-` prefix, not things which use the `v1-` prefix...

merge me

``` > cd Cabal-tests/ > cabal run Cabal-tests:parser-tests -- --accept project-cabal/pkgs/cabal.config: withBinaryFile: does not exist (No such file or directory) ``` It is currently impossible to run `cabal` in any...

type: bug
re: devx

``` Sent a notification TextDocumentDidClose Will send exit notification soon leak-test: Done CallStack (from HasCallStack): error, called at src/Language/Haskell/LSP/Test/Replay.hs:92:14 in lsp-test-0.6.0.0-inplace:Language.Haskell.LSP.Test.Replay CallStack (from -prof): Language.Haskell.LSP.Test.Replay.CAF () leak-test: thread blocked indefinitely...

I want to use `replaySession` in order to debug space leaks but it very often failures because of response mismatches. There should be a version exposed which only sends the...

Progress events should be added to `shouldSkip` I think like the other notification events.