[GHC] #14197: Flag "dump-rn-ast" only dumps the declarations, not the whole RenamedSource
GHC
ghc-devs at haskell.org
Thu Sep 7 21:35:13 UTC 2017
#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
More information about the ghc-tickets
mailing list