[GHC] #11576: renamer discards name location for HsRecField
#11576: renamer discards name location for HsRecField -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: bug | Status: new Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 8.1 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: Other Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- When renaming a `HsVar` it can be converted to a `HsRecField`. In the process the location of the enclosed name is converted to a `noLoc` -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11576> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11576: renamer discards name location for HsRecField -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: bug | Status: new Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 8.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by Alan Zimmerman <alan.zimm@…>): In [changeset:"cd4a7d07890fa53c455c14f22c2d30c22b64a396/ghc" cd4a7d07/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="cd4a7d07890fa53c455c14f22c2d30c22b64a396" renamer discards name location for HsRecField When renaming a HsVar it can be converted to a HsRecField. In the process the location of the enclosed name is converted to a noLoc Closes #11576 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11576#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11576: renamer discards name location for HsRecField -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: bug | Status: merge Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 8.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by thomie): * status: new => merge -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11576#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11576: renamer discards name location for HsRecField -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: bug | Status: closed Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 8.1 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: merge => closed * resolution: => fixed Comment: Merged as 62ed15255135b953e93fec0cf793b16ce1722163. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11576#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC