Alec Theriault

Results 113 comments of Alec Theriault

@ulysses4ever please let me know if there is anything I can do to help. I still feel guilt about never seeing this through... I think getting markdown support behind a...

In upcoming GHC 9.0 release, this will just be a warning instead of an error.

Just wanted to chime in an say I _strongly_ support this. Except sometimes for type variable names, I am of the opinion Haddock should display a normalized version of the...

Any hope of getting some sort of semi-reproducible test case for this? As observed in the thread you linked, the `withTempOutputDir` is designed specifically to work around this sort of...

> Bazel (and probably some other build systems) use PID namespacing for the builds. That seems like the likely culprit, thanks for chiming in! At a glance, It seems like...

> It doesn't work on (my) linux either. > > [Here](https://gist.github.com/leonschoorl/5b0a8285b7263d2439d19e23de769c02) is a simple testcase that fails with haddock-2.22.0 and ghc-8.6.2 Thanks! doesn't work on my Mac either. I really...

@leonschoorl Do you have a particular use case for local plugins? I'm tempted to just cherry-pick https://github.com/leonschoorl/haddock/commit/6dffdef6cd7a1ac5a982532fd9efcdc3d840ad3b for now, since it is definitely what we need for non-local plugins. The...

Hmmm... I wonder if we could have some place that could be clicked on to "copy to clipboard" the identifier (maybe the `::`, but then again I was thinking that...

Even `ghci`'s `:browse` does a pretty terrible job of presenting the information. We need some nice output presentation that * supports record selectors, GADT and not GADT * supports pattern...

The same problem shows up for associated data families.