#1176: Infinite loop when printing error message
---------------------------------------+------------------------------------
 Reporter:  [EMAIL PROTECTED]  |          Owner:  thorkilnaur
     Type:  bug                        |         Status:  new        
 Priority:  low                        |      Milestone:  _|_        
Component:  Compiler                   |        Version:  6.6        
 Severity:  normal                     |     Resolution:             
 Keywords:                             |     Difficulty:  Unknown    
 Testcase:  tcfail177                  |   Architecture:  Multiple   
       Os:  Multiple                   |  
---------------------------------------+------------------------------------
Comment (by igloo):

 OK, so I think this is fixed in the standalone pretty library (#2393).

 As Thorkil says, GHC should really use this rather than having its own
 copy. I haven't compared the two libraries, but the only thing I can think
 of that would be standing in the way of that is that we need the library
 to understand GHC's `FastString`s. I think that the missing piece of the
 puzzle is a utf8-bytestring library, which GHC could use itself (wrapping
 it in something to give it a uniq) and pretty would be able to accept
 (with its `PStr` constructor).

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1176#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to