Alec Theriault
                                            Alec Theriault
                                        
                                    Immutable tables may also lead to more efficient `call_indirect` in the context of multiple threads. This is going to be more interesting with the threads proposal, but it is even...
`:asmp` sounds like it would be also be easier to port over to Scala 3 than `:javap`.
What's the new state-of-the-world regarding where to contribute patches? IIUC, https://gitlab.haskell.org/ghc/haddock is the place where GHC related changes go (and where Hi Haddock landed), but is there any plan for...
> @harpocrates Non-GHC patches arrive here, which gets synchronised with ghc-head on the GHC mirror by the GHC team Does this mean the GHC team manages cutting new branches for...
I went through the dependencies and I think this is workable if the `commonmark` package could be split into `commonmark-core` and `commonmark` (with the former supplying only the bare bones...
> what's the planned syntax for the module level flag btw? I can add a module-level flag similar to the module-level `hide` option. As a first step, you could have...
@jgm Thanks, I think everything makes sense now. > As for the dependency footprint, I'm certainly open to reducing that. It would make sense to split the current `commonmark` package...
Yep, that is what I had in mind.
@jgm I really appreciate all the work you've done to make sure Haddock can depend on this markdown parser - I think that dependency list is as good as it...
Yes please! One of the issues to resolve would be what to do with the `commonmark` dependency. All of Haddock's other dependencies get are libs that ship with GHC, so...