[Haskell-cafe] Wrong Answer Computing Graph Dominators

Bertram Felgenhauer bertram.felgenhauer at googlemail.com
Mon Apr 21 17:21:00 EDT 2008


Denis Bueno wrote:
> On Wed, Apr 16, 2008 at 2:33 PM, Bertram Felgenhauer
> <bertram.felgenhauer at googlemail.com> wrote:
> >  No. Data.Graph.Inductive.Query.Dominators is just buggy.
> [...]
> >  Here's a quick fix:
> 
> Thanks!  This fixes my problem.
> 
> Have you submitted a bug and your patch to the appropriate tracker?
> If not, would someone point me to the appropriate one?  Would in be
> the GHC trac, or is there a libraries-specific one?

The library is shipped with ghc, and the darcs repository lists
libraries at haskell.org as the maintainer, so GHC's trac seems to be the
right place.

I've created a ticket for this now, See
    http://hackage.haskell.org/trac/ghc/ticket/2227

Note that I opted for reimplementing the whole module instead of
just fixing the bug.

regards,

Bertram


More information about the Haskell-Cafe mailing list