[haddock] #69: Errors with class members
haddock
haddock at projects.haskell.org
Fri Feb 27 17:41:18 EST 2009
#69: Errors with class members
-------------------------+--------------------------------------------------
Reporter: NeilMitchell | Owner:
Type: defect | Status: closed
Priority: major | Milestone: 2.4.2
Version: 2.5.0 | Resolution: fixed
Keywords: |
-------------------------+--------------------------------------------------
Changes (by waern):
* status: reopened => closed
* resolution: => fixed
Comment:
Fixed by this patch:
{{{
Fri Feb 27 22:37:20 CET 2009 David Waern <david.waern at gmail.com>
* Bug fix
We tried to filter out subordinates that were already exported through
their parent.
This didn't work properly since we were in some cases looking at the
grand-parent and not the parent. We now properly compute all the
parent-child
relations of a declaration, and use this information to get the parent
of a
subordinate.
We also didn't consider record fields with multiple parents. This is now
handled correctly.
We don't currently support separately exported associated types. But
when we
do, they should be handled correctly by this process too.
Also slightly improved the warning message that we give when filtering
out
subordinates.
}}}
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/69#comment:13>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list