[GHC] #15985: `pprint EqualityT` infinitely loops

#15985: `pprint EqualityT` infinitely loops -------------------------------------+------------------------------------- Reporter: RyanGlScott | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.8.1 Component: Template | Version: 8.6.2 Haskell | Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- I was very surprised to discover that this program loops infinitely: {{{#!hs module Main where import Language.Haskell.TH main :: IO () main = print $ pprint EqualityT }}} Let's not do that. Patch incoming. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15985 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15985: `pprint EqualityT` infinitely loops -------------------------------------+------------------------------------- Reporter: RyanGlScott | Owner: (none) Type: bug | Status: patch Priority: normal | Milestone: 8.8.1 Component: Template Haskell | Version: 8.6.2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D5403 Wiki Page: | -------------------------------------+------------------------------------- Changes (by RyanGlScott): * status: new => patch * differential: => Phab:D5403 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15985#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15985: `pprint EqualityT` infinitely loops
-------------------------------------+-------------------------------------
Reporter: RyanGlScott | Owner: (none)
Type: bug | Status: patch
Priority: normal | Milestone: 8.8.1
Component: Template Haskell | Version: 8.6.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D5403
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ryan Scott

#15985: `pprint EqualityT` infinitely loops -------------------------------------+------------------------------------- Reporter: RyanGlScott | Owner: (none) Type: bug | Status: closed Priority: normal | Milestone: 8.8.1 Component: Template Haskell | Version: 8.6.2 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: th/T15985 Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D5403 Wiki Page: | -------------------------------------+------------------------------------- Changes (by RyanGlScott): * status: patch => closed * testcase: => th/T15985 * resolution: => fixed -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15985#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC