[GHC] #13095: Remove deprecated InteractiveEval API
#13095: Remove deprecated InteractiveEval API -------------------------------------+------------------------------------- Reporter: dfeuer | Owner: Type: task | Status: new Priority: normal | Milestone: 8.2.1 Component: Compiler | Version: 8.0.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: -------------------------------------+------------------------------------- `RunResult(..)`, `runStmt`, and `runStmtWithLocation` were all deprecated in cf7573b8207bbb17c58612f3345e0b17d74cfb58, replaced by functions able to give more precise allocation statistics. Comments document them as slated for removal in 7.14. As I calculate it, 7.14=8.2, so the time has come. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13095> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13095: Remove deprecated InteractiveEval API -------------------------------------+------------------------------------- Reporter: dfeuer | Owner: dfeuer Type: task | Status: new Priority: normal | Milestone: 8.2.1 Component: Compiler | Version: 8.0.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2949 Wiki Page: | -------------------------------------+------------------------------------- Changes (by dfeuer): * owner: => dfeuer * differential: => Phab:D2949 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13095#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13095: Remove deprecated InteractiveEval API -------------------------------------+------------------------------------- Reporter: dfeuer | Owner: dfeuer Type: task | Status: patch Priority: normal | Milestone: 8.2.1 Component: Compiler | Version: 8.0.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2949 Wiki Page: | -------------------------------------+------------------------------------- Changes (by dfeuer): * status: new => patch -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13095#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13095: Remove deprecated InteractiveEval API -------------------------------------+------------------------------------- Reporter: dfeuer | Owner: dfeuer Type: task | Status: patch Priority: normal | Milestone: 8.2.1 Component: Compiler | Version: 8.0.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2949 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"eee819943a0ea05af369fe3c728b865094e8fe33/ghc" eee81994/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="eee819943a0ea05af369fe3c728b865094e8fe33" Remove deprecated InteractiveEval API Remove `RunResult(..)`, `runStmt`, and `runStmtWithLocation`. These were all deprecated and documented as slated for removal in GHC 7.14, which I figure means 8.2. See cf7573b8207bbb17c58612f3345e0b17d74cfb58 for an explanation of why this change was made. Reviewers: simonpj, hvr, austin, bgamari Reviewed By: bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2949 GHC Trac Issues: #13095 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13095#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13095: Remove deprecated InteractiveEval API -------------------------------------+------------------------------------- Reporter: dfeuer | Owner: dfeuer Type: task | Status: closed Priority: normal | Milestone: 8.2.1 Component: Compiler | Version: 8.0.1 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2949 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: patch => closed * resolution: => fixed -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13095#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC