[GHC] #1053: Message order random due to sorting by uniques

GHC trac at galois.com
Fri Dec 15 07:16:14 EST 2006


#1053: Message order random due to sorting by uniques
----------------------------------------+-----------------------------------
    Reporter:  igloo                    |       Owner:         
        Type:  bug                      |      Status:  new    
    Priority:  lowest                   |   Milestone:  6.8    
   Component:  Compiler (Type checker)  |     Version:  6.7    
    Severity:  normal                   |    Keywords:         
  Difficulty:  Unknown                  |    Testcase:  Simple2
Architecture:  Unknown                  |          Os:  Unknown
----------------------------------------+-----------------------------------
The messages coming out of `checkValidAndMissingATs` in
 `typecheck/TcInstDcls.lhs` are in a random order as the set gets sorted
 according to the randomly chosen uniques. This is making the Simple2 test
 randomly fail.


 Thanks
 Ian

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1053>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the Glasgow-haskell-bugs mailing list