Matthew Pickering

Results 360 comments of Matthew Pickering

I can reproduce, and added a test which shows the problem. I'm going to build on Phil's patch to fix these problems.

I got a bit sucked into modifying how `-b` worked but undid all of that to build on @philderbeast's original work in fixing this issue. I'll open a new PR...

I've read the proposal document and it seems that we have `exactComments :: Map Position Text`, which stores the absolute positions of comments. Could you explain how this works if...

It looks like there’s now agreement that some coordinated work on the exact printer would be valuable, and given that, it would be good to formalise the direction in a...

I would request that the proposal does make it to `cabal-proposals`, so we don't set the precedent that TWG decisions are honoured without going through the `cabal-proposals` process. Even if...

Experiment 1 If I generate docs using `./Setup haddock` (without any --html-location argument) then the urls nearly point to the right place.. ``` file:///home/matt/test-proj/dist/doc/xch2rr2qs6bd5pqqjwb0wp9mk6zs944q-ghc-9.12.2-doc/share/doc/ghc/html/libraries/base-4.21.0.0-539a/Prelude.html#t:IO ``` Experiment 2: I tried to...

@mpilgrem Please forgive me but I am not following one of the steps. You say in one line. * When Stack moved all the Haddock documentation (for project packages and...

Right I see the issue you are talking about now. * The links in `base` documentation assume that the documentation for ghc-internal etc lives in `../ghc-internal--`. * If you copy...