Hello, On Wed, Jan 28, 2009 at 10:26, Simon Marlow <[email protected]> wrote:
> Ian Lynagh wrote: > >> Mon Jan 19 03:23:21 PST 2009 'Jose Pedro Magalhaes <[email protected]>' >> * #2875: Correct SYB's representation of Char >> >> M ./compiler/utils/Serialized.hs +18 >> > > We have various Generics-related test failures, possibly due to the above > patch(es). Could someone take a look please? > > Unexpected failures: > > > bits(normal,optc,hpc,optasm,profc,profasm,ghci,threaded1,threaded2,profthreaded) > > > genUpTo(normal,optc,hpc,optasm,profc,profasm,ghci,threaded1,threaded2,profthreaded) > ghcpkg02(normal) > > > strings(normal,optc,hpc,optasm,profc,profasm,ghci,threaded1,threaded2,profthreaded) > > > tree(normal,optc,hpc,optasm,profc,profasm,ghci,threaded1,threaded2,profthreaded) bits is just pattern-matching on a constructor which no longer exists. Replacing it with the new constructor solves the problem. The other 3 seem to be related to http://hackage.haskell.org/trac/ghc/ticket/2759. Apparently this caused gread to fail to read Float and Double types. I'll look further into it. Thanks, Pedro > > > > Cheers, > Simon >
_______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
