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.

Simon
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to