[GHC] #8332: hp2ps does not escape parentheses

#8332: hp2ps does not escape parentheses ------------------------------------+------------------------------------- Reporter: luite | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Profiling | Version: 7.7 Keywords: | Operating System: Unknown/Multiple Architecture: Unknown/Multiple | Type of failure: None/Unknown Difficulty: Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | ------------------------------------+------------------------------------- If some symbol name in the key includes a (, but is cut off before the ), hp2ps generates an invalid postscript file. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8332 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8332: hp2ps does not escape parentheses -------------------------------------+------------------------------------- Reporter: luite | Owner: Type: bug | Status: infoneeded Priority: normal | Milestone: Component: Profiling | Version: 7.7 Resolution: | Keywords: Operating System: | Architecture: Unknown/Multiple Unknown/Multiple | Difficulty: Unknown Type of failure: | Blocked By: None/Unknown | Related Tickets: Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Changes (by thomie): * status: new => infoneeded Comment: luite: can you attach an example program that demonstrates the problem. Note, in `utils/hp2ps/CHANGES`: {{{ When generating PostScript to show strings, '(' and ')' may need to be escaped. These characters are now escaped when the JOB string is shown. }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8332#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8332: hp2ps does not escape parentheses -------------------------------------+------------------------------------- Reporter: luite | Owner: (none) Type: bug | Status: closed Priority: normal | Milestone: Component: Profiling | Version: 7.7 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by JamesM): * status: infoneeded => closed * resolution: => fixed Comment: I believe this was fixed in #9517. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8332#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC