[GHC] #11332: APIAnnotations: AnnDotDot missing for Pattern Synonym export
#11332: APIAnnotations: AnnDotDot missing for Pattern Synonym export -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: bug | Status: new Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 8.1 (Parser) | Keywords: | Operating System: Unknown/Multiple ApiAnnotations | Architecture: | Type of failure: Other Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- For the following code fragment {{{#!hs {-# LANGUAGE PatternSynonyms #-} module ExportSyntax ( A(.., NoA), Q(F,..), G(T,..,U)) where }}} The second and third `..` are missing `AnnDotdot` annotations. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11332> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11332: APIAnnotations: AnnDotDot missing for Pattern Synonym export -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: bug | Status: new Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 8.1 (Parser) | Keywords: Resolution: | ApiAnnotations Operating System: Unknown/Multiple | Architecture: Type of failure: Incorrect API | Unknown/Multiple annotation | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by alanz): * failure: Other => Incorrect API annotation -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11332#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11332: APIAnnotations: AnnDotDot missing for Pattern Synonym export -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: bug | Status: new Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 8.1 (Parser) | Keywords: Resolution: | ApiAnnotations Operating System: Unknown/Multiple | Architecture: Type of failure: Incorrect API | Unknown/Multiple annotation | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by Alan Zimmerman <alan.zimm@…>): In [changeset:"f5ad1f0301f29e0631d3923dde3d5829b5ef8a53/ghc" f5ad1f0/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="f5ad1f0301f29e0631d3923dde3d5829b5ef8a53" AnnDotDot missing for Pattern Synonym export For the following code fragment {-# LANGUAGE PatternSynonyms #-} module ExportSyntax ( A(.., NoA), Q(F,..), G(T,..,U)) where The second and third .. are missing AnnDotdot annotations. Closes #11332 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11332#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11332: APIAnnotations: AnnDotDot missing for Pattern Synonym export -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: bug | Status: new Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 8.1 (Parser) | Keywords: Resolution: | ApiAnnotations Operating System: Unknown/Multiple | Architecture: Type of failure: Incorrect API | Unknown/Multiple annotation | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by hvr): Merged to GHC 8.0 via 8de477525418eb1f5f475b928a24ed57f1e99e24 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11332#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11332: APIAnnotations: AnnDotDot missing for Pattern Synonym export -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: bug | Status: closed Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 8.1 (Parser) | Keywords: Resolution: fixed | ApiAnnotations Operating System: Unknown/Multiple | Architecture: Type of failure: Incorrect API | Unknown/Multiple annotation | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by alanz): * status: new => closed * resolution: => fixed -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11332#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC