[GHC] #7750: Pretty printing of human-readable integers is incorrect
#7750: Pretty printing of human-readable integers is incorrect -----------------------------+---------------------------------------------- Reporter: parcs | Owner: Type: bug | Status: new Priority: normal | Component: Compiler Version: 7.7 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Blockedby: Blocking: | Related: -----------------------------+---------------------------------------------- I noticed this while inspecting the output of simplifier passes: {{{ *** Float inwards: Result size of Float inwards = {terms: 1,47, types: 6,532, coercions: 287} }}} `1,47` is printed instead of `1,047`. -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7750> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#7750: Pretty printing of human-readable integers is incorrect -----------------------------+---------------------------------------------- Reporter: parcs | Owner: Type: bug | Status: patch Priority: normal | Component: Compiler Version: 7.7 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Blockedby: Blocking: | Related: -----------------------------+---------------------------------------------- Changes (by parcs): * status: new => patch -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7750#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#7750: Pretty printing of human-readable integers is incorrect -----------------------------+---------------------------------------------- Reporter: parcs | Owner: Type: bug | Status: patch Priority: normal | Component: Compiler Version: 7.7 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Blockedby: Blocking: | Related: -----------------------------+---------------------------------------------- Comment(by patrick@…): commit 263372ea7a3911b4bb76272a3bc251e2623f80ff {{{ Author: Patrick Palka <patrick@parcs.ath.cx> Date: Thu Mar 7 15:19:57 2013 -0500 Fix pretty printing of human-readable integers (#7750) compiler/utils/Outputable.lhs | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) }}} -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7750#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#7750: Pretty printing of human-readable integers is incorrect -------------------------------+-------------------------------------------- Reporter: parcs | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.7 Resolution: fixed | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Difficulty: Unknown Testcase: | Blockedby: Blocking: | Related: -------------------------------+-------------------------------------------- Changes (by simonpj): * status: patch => closed * difficulty: => Unknown * resolution: => fixed Comment: Applied thank you. -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7750#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC