Inclusion of the parser refactor in 8.12

2020-05-12 Thread Karpov, Mark
Hello,

I'd like to mention that it would be nice if this patch
https://gitlab.haskell.org/ghc/ghc/-/merge_requests/2377 could be included
in 8.12. Right now we have a few issues that Ormolu users have reported
which stem from how Haddocks are parsed by GHC (e.g. that issue when a file
starts with haddock it must have a module header). I originally planned to
work on those myself, but today I discovered that Vlad is already working
on it.

Best,

Mark
___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs


Re: Inclusion of the parser refactor in 8.12

2020-05-12 Thread Alan & Kim Zimmerman
This would also help to resolve
https://github.com/digital-asset/ghcide/pull/350#discussion_r370878197,
where we cannot get ApiAnnotations and Haddock comments at the same time.

On Tue, 12 May 2020 at 18:38, Karpov, Mark  wrote:

> Hello,
>
> I'd like to mention that it would be nice if this patch
> https://gitlab.haskell.org/ghc/ghc/-/merge_requests/2377 could be
> included in 8.12. Right now we have a few issues that Ormolu users have
> reported which stem from how Haddocks are parsed by GHC (e.g. that issue
> when a file starts with haddock it must have a module header). I originally
> planned to work on those myself, but today I discovered that Vlad is
> already working on it.
>
> Best,
>
> Mark
> ___
> ghc-devs mailing list
> ghc-devs@haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
>
___
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs