[GHC] #11258: Add Location to RdrName in FieldOcc

#11258: Add Location to RdrName in FieldOcc -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: task | Status: new Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 7.11 Keywords: | Operating System: Unknown/Multiple ApiAnnotations | Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: #11019 Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- Post #11019, there have been some new instances of RdrName that are not located, in particular {{{#!lhs data FieldOcc name = FieldOcc { rdrNameFieldOcc :: RdrName , selectorFieldOcc :: PostRn name name } data AmbiguousFieldOcc name = Unambiguous RdrName (PostRn name name) | Ambiguous RdrName (PostTc name name) deriving (Typeable) }}} Add locations to them -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11258 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11258: Add Location to RdrName in FieldOcc -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: task | Status: new Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 7.11 Resolution: | Keywords: | ApiAnnotations Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: #11019 | Differential Rev(s): Phab:D1670 Wiki Page: | -------------------------------------+------------------------------------- Changes (by alanz): * differential: => Phab:D1670 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11258#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11258: Add Location to RdrName in FieldOcc -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: task | Status: patch Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 7.11 Resolution: | Keywords: | ApiAnnotations Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: #11019 | Differential Rev(s): Phab:D1670 Wiki Page: | -------------------------------------+------------------------------------- Changes (by alanz): * status: new => patch -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11258#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11258: Add Location to RdrName in FieldOcc
-------------------------------------+-------------------------------------
Reporter: alanz | Owner: alanz
Type: task | Status: patch
Priority: normal | Milestone: 8.0.1
Component: Compiler | Version: 7.11
Resolution: | Keywords:
| ApiAnnotations
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: #11019 | Differential Rev(s): Phab:D1670
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Alan Zimmerman

#11258: Add Location to RdrName in FieldOcc -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: task | Status: closed Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 7.11 Resolution: fixed | Keywords: | ApiAnnotations Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: #11019 | Differential Rev(s): Phab:D1670 Wiki Page: | -------------------------------------+------------------------------------- Changes (by thomie): * status: patch => closed * resolution: => fixed Comment: I guess this is done now. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11258#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC