bit rotting of Haddock
David Waern
david.waern at gmail.com
Wed Aug 29 14:38:11 CEST 2012
Hi Simon,
2012/8/28 Simon Hengel <sol at typeful.net>:
> The following issues still persist:
>
> (e) The library component does not build anymore, due to a refactoring
> of Main.hs, which was done in:
>
> commit 315338287ea84b525da7d8fa8252cc9ec99597bb
> Author: Ian Lynagh <igloo at earth.li>
> Date: Tue Jun 12 14:38:01 2012 +0100
>
> Follow changes in GHC
>
> (f) The Unicode test fails for me. Looks like characters outside the
> ASCII range are just striped from the documentation.
Yes, this is still not properly fixed.
> (g) The TypeOperators test is brocken.
Probably due to the syntax changes in GHC 7.6.1.
> I guess (c) was an intended change, right? What commit introduced that?
No idea about this one.
> What about (d)? I made two commits to fix that, [2] and [3]. I'm
> confident about [2], but is [3] an intended change?
Looks good to me. I think the CrossPackageDocs changes are due to API changes.
> I looked into (e) some time ago, and that time it was not obvious to me
> how to fix it. IIRC, it would be easy to fix it by changing the type of
> `createInterfaces`, but this would require a user to initialize a GHC
> session, etc.. I guess from a users point of view, the current type is
> more useful, right?
>
> I'm entirely puzzled about (f). Was this an intended change?
I tried to fix a crash that happened with certain GHC versions. I
think the crash should be gone now, but we still don't have proper
Unicode support.
David
More information about the Cvs-ghc
mailing list