[GHC] #9852: Add missing export lists
#9852: Add missing export lists -------------------------------------+------------------------------------- Reporter: dfeuer | Owner: dfeuer Type: task | Status: new Priority: low | Milestone: Component: Core Libraries | Version: 7.9 Keywords: | Operating System: Architecture: Unknown/Multiple | Unknown/Multiple Difficulty: Moderate (less | Type of failure: than a day) | None/Unknown Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Some large modules, including `GHC.Base`, lack export lists, implicitly exporting all top-level identifiers. This is bad for various reasons, all of them obvious. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9852> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#9852: Add missing export lists -------------------------------------+------------------------------------- Reporter: dfeuer | Owner: dfeuer Type: task | Status: new Priority: low | Milestone: 7.10.1 Component: Core | Version: 7.9 Libraries | Keywords: Resolution: | Architecture: Unknown/Multiple Operating System: | Difficulty: Moderate (less Unknown/Multiple | than a day) Type of failure: | Blocked By: None/Unknown | Related Tickets: Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Changes (by dfeuer): * milestone: => 7.10.1 Comment: This should be easier now that things are frozen. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9852#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#9852: Add missing export lists -------------------------------------+------------------------------------- Reporter: dfeuer | Owner: dfeuer Type: task | Status: patch Priority: low | Milestone: 7.10.1 Component: Core | Version: 7.9 Libraries | Keywords: Resolution: | Architecture: Unknown/Multiple Operating System: | Difficulty: Moderate (less Unknown/Multiple | than a day) Type of failure: | Blocked By: None/Unknown | Related Tickets: Test Case: | Blocking: | Differential Revisions: Phab:D551 | -------------------------------------+------------------------------------- Changes (by dfeuer): * status: new => patch * differential: => Phab:D551 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9852#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#9852: Add missing export lists -------------------------------------+------------------------------------- Reporter: dfeuer | Owner: dfeuer Type: task | Status: patch Priority: low | Milestone: 7.12.1 Component: Core | Version: 7.9 Libraries | Keywords: Resolution: | Architecture: Unknown/Multiple Operating System: | Difficulty: Moderate (less Unknown/Multiple | than a day) Type of failure: | Blocked By: None/Unknown | Related Tickets: Test Case: | Blocking: | Differential Revisions: Phab:D551 | -------------------------------------+------------------------------------- Changes (by hvr): * milestone: 7.10.1 => 7.12.1 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9852#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#9852: Add missing export lists -------------------------------------+------------------------------------- Reporter: dfeuer | Owner: dfeuer Type: task | Status: patch Priority: low | Milestone: 7.12.1 Component: Core | Version: 7.9 Libraries | Keywords: Resolution: | Architecture: Unknown/Multiple Operating System: | Difficulty: Moderate (less Unknown/Multiple | than a day) Type of failure: | Blocked By: None/Unknown | Related Tickets: Test Case: | Blocking: | Differential Revisions: Phab:D551 | -------------------------------------+------------------------------------- Comment (by Edward Z. Yang <ezyang@…>): In [changeset:"d6e7f5dc9db7e382ce34d649f85505176a451a04/ghc"]: {{{ #!CommitTicketReference repository="ghc" revision="d6e7f5dc9db7e382ce34d649f85505176a451a04" Add export lists to some modules. Summary: This makes it easier to see what is exported, and allows us to add non-exported top-level names. Reviewers: hvr, austin, ezyang Reviewed By: ezyang Subscribers: ezyang, carter, thomie Projects: #ghc Differential Revision: https://phabricator.haskell.org/D551 GHC Trac Issues: #9852 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9852#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#9852: Add missing export lists -------------------------------------+------------------------------------- Reporter: dfeuer | Owner: dfeuer Type: task | Status: closed Priority: low | Milestone: 7.12.1 Component: Core | Version: 7.9 Libraries | Keywords: Resolution: fixed | Architecture: Unknown/Multiple Operating System: | Difficulty: Moderate (less Unknown/Multiple | than a day) Type of failure: | Blocked By: None/Unknown | Related Tickets: Test Case: | Blocking: | Differential Revisions: Phab:D551 | -------------------------------------+------------------------------------- Changes (by hvr): * status: patch => closed * resolution: => fixed -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9852#comment:5> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#9852: Add missing export lists -------------------------------------+------------------------------------- Reporter: dfeuer | Owner: dfeuer Type: task | Status: closed Priority: low | Milestone: 7.12.1 Component: Core Libraries | Version: 7.9 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: #9945 | Blocking: | Differential Revisions: Phab:D551 -------------------------------------+------------------------------------- Changes (by hvr): * related: => #9945 Comment: more fallout #9945 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9852#comment:6> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC