#454: hPutBuf doesn't respect LineBuffering
---------------------------------+------------------------------------------
    Reporter:  simonmar          |        Owner:                  
        Type:  bug               |       Status:  closed          
    Priority:  low               |    Milestone:  6.12.1          
   Component:  libraries/base    |      Version:  6.4             
    Severity:  normal            |   Resolution:  fixed           
    Keywords:                    |   Difficulty:  Unknown         
    Testcase:                    |           Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
---------------------------------+------------------------------------------
Changes (by simonmar):

  * status:  new => closed
  * resolution:  None => fixed
  * milestone:  _|_ => 6.12.1

Comment:

 The new IO library now treats `LineBuffering` like `NoBuffering` in
 `hPutBuf`.  Arguably `LineBuffering` makes little sense for a byte-
 oriented API, since the newline character might be encoded arbitrarily.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/454#comment:6>
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