#1548: printf bugs
----------------------------+-----------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: simonmar
Type: bug | Status: new
Priority: normal | Milestone: 6.10 branch
Component: libraries/base | Version: 6.6.1
Severity: normal | Resolution:
Keywords: | Difficulty: Moderate (1 day)
Testcase: | Architecture: Unknown
Os: Unknown |
----------------------------+-----------------------------------------------
Changes (by simonmar):
* milestone: 6.10.1 => 6.10 branch
Comment:
New version committed, but the third example in the original report still
gives the apparently wrong result
{{{
Prelude Text.Printf> printf "%10.5d" 4 :: String
" 4"
(expected: " 00004")
}}}
{{{
Tue Sep 16 14:35:05 BST 2008 Simon Marlow <[EMAIL PROTECTED]>
* Fix bugs in Text.Printf (#1548)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1548#comment:7>
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