David Binder
David Binder
Our temporary fix is to add the wcwidth Github repo as an extra dependency in our stack configuration: https://github.com/duo-lang/duo-lang/pull/491 We hope to remove that workaround once wcwidth has been fixed...
Sorry, it took me quite a while to come back to this. I have written to the maintainer of wcwidth and have asked to take over maintenance of the wcwidth...
Thanks for the quick reply (and the great library). I didn't think about looking into the other issue. But apparently the solution is for upstream `wcwidth` to release a new...
Maybe as a first step remove the fields "hSampleRange, hValueRange and hCount" from the datatype "Header" in Types.hs. Then we could also remove the type "PartialHeader" and simplify some of...
Can I remove these fields @mpickering ?
All the decoding of the eventlog is done by the `ghc-events` library. The `ghc-events` library also has an executable with a `ghc-events show` command. If we have a corrupted eventlog...
In the past week I have also been looking at ways to improve the cabal user guide. Here are some of my assorted thoughts: > I propose to introduce a...
I am currently attempting a rewrite of parts of the introduction which introduce general packaging concepts. (My attempts are on this branch here: https://github.com/BinderDavid/cabal/tree/rewrite-user-guide-introduction I haven't opened a PR yet...
> @andreabedini it's abandoned now so I don't think it matters much, but the reason was, I believe, is that the current manual was deemed unsalvageable by the authors of...
Yep, I am sitting here at the GHC Contributor workshop and plan on working a bit on this on the weekend. I found it very difficult to figure out what...