On 3/14/06, Simon Marlow <[EMAIL PROTECTED]> wrote: > I'm looking into reducing the number of test failures on the HEAD. A > number of failures are of this kind: > > *** ./mod7.stderr 2006-03-13 20:02:39.000000000 +0000 > --- ./mod7.comp.stderr 2006-03-14 12:34:13.772389416 +0000 > *************** > *** 1,2 **** > > ! mod7.hs:2:9: Not in scope: type constructor or class `T' > --- 1,2 ---- > > ! mod7.hs:1:0: Not in scope: type constructor or class `T' > *** unexpected failure for mod7(normal) > > > It looks like we lost source location information in some error > messages. Lemmih - I think this probably happened as a result of your > refactorings in the renamer, could you take a look? Thanks.
Sorry 'bout that. Fixed. I hope it's not too annoying that I stumble around the GHC sources, fumbling with things I apparently don't quite grasp. -- Friendly, Lemmih _______________________________________________ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc
