[GHC] #14197: Flag "dump-rn-ast" only dumps the declarations, not the whole RenamedSource

#14197: Flag "dump-rn-ast" only dumps the declarations, not the whole RenamedSource -------------------------------------+------------------------------------- Reporter: alanz | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.2.1 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: -------------------------------------+------------------------------------- `RenamedSource` is defined as {{{#!hs type RenamedSource = ( HsGroup Name , [LImportDecl Name] , Maybe [LIE Name] , Maybe LHsDocString) }}} The current behaviour when `dump-rn-ast` is set is to only dump the first component of this. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14197 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#14197: Flag "dump-rn-ast" only dumps the declarations, not the whole RenamedSource -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.2.1 Resolution: | 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 alanz): * owner: (none) => alanz -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14197#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#14197: Flag "dump-rn-ast" only dumps the declarations, not the whole RenamedSource -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: bug | Status: patch Priority: normal | Milestone: Component: Compiler | Version: 8.2.1 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:D3949 Wiki Page: | -------------------------------------+------------------------------------- Changes (by alanz): * status: new => patch * differential: => Phab:D3949 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14197#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#14197: Flag "dump-rn-ast" only dumps the declarations, not the whole RenamedSource -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: bug | Status: patch Priority: normal | Milestone: 8.2.2 Component: Compiler | Version: 8.2.1 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:D3949 Wiki Page: | -------------------------------------+------------------------------------- Changes (by alanz): * milestone: => 8.2.2 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14197#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#14197: Flag "dump-rn-ast" only dumps the declarations, not the whole RenamedSource
-------------------------------------+-------------------------------------
Reporter: alanz | Owner: alanz
Type: bug | Status: patch
Priority: normal | Milestone: 8.2.2
Component: Compiler | Version: 8.2.1
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:D3949
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Alan Zimmerman

#14197: Flag "dump-rn-ast" only dumps the declarations, not the whole RenamedSource -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: bug | Status: merge Priority: normal | Milestone: 8.2.2 Component: Compiler | Version: 8.2.1 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:D3949 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: patch => merge -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14197#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#14197: Flag "dump-rn-ast" only dumps the declarations, not the whole RenamedSource -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: bug | Status: closed Priority: normal | Milestone: 8.2.2 Component: Compiler | Version: 8.2.1 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): Phab:D3949 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: merge => closed * resolution: => fixed Comment: Merged to `ghc-8.2` as 31bf20032ace1caddb540f45f8be4486185dff83. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14197#comment:6 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC