Artem Pelenitsyn

Results 315 comments of Artem Pelenitsyn

I was looking into Markdown support some. There is a working parser into the Haddock AST (credit to Alec), but so far I don't see an easy way to swap...

Just another data point. In en_US.UTF-8, I get > '©' is out of scope. with Haddock 2.24 and 2.26 (presumably, because quotation marks are supposed to denote Haskell identifiers that...

@JoergBrueggmann thanks for the standalone reproducer. Unfortunately, it builds and renders okay on my end. Assuming, you're on a Linux, could you copy and paste here the result of executing...

@LeventErkok meanwhile, what could help in moving this forward is the smallest reproducible example. Ideally, with no dependencies and no cabal.

Nice, thanks for the pointers! I think those are different issues concerning TH, while this one concerns a plugin, I think. So a minimal reproducer with a plugin would be...

@LeventErkok great investigation and neat workaround, thanks! I think the issue should be left open, as a workaround is not a proper fix.

Would anyone be interested in advising on how to push this over the line? I resurrected the old branch by @harpocrates here: [ulysses4ever/haddock@md](https://github.com/ulysses4ever/haddock/compare/ghc-9.2..md). It is rebased on `ghc-9.2`, builds and...

Yeah, this has been on my back burner for a while. Hope to get to it this month.

Thanks, Alec, for chiming in (I hoped you would). Indeed, I read (and re-read) the long discussions about dependency footprint here and on related issues/PRs. I have a very good...

@stevehartdata sorry for interrupting and maybe Emily will have to add something, but the particular issue with newtypes being not equivalent to one-field datatypes is somewhat a folklore now. Some...