[GHC] #15259: Out-of-scope-variables error still can be deferred in ghci
#15259: Out-of-scope-variables error still can be deferred in ghci -------------------------------------+------------------------------------- Reporter: sighingnow | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.6.1 Component: GHCi | Version: 8.5 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: -------------------------------------+------------------------------------- Deferring type errors is unhelpful in ghci, since the expression is evaluated immediately. In #11130, we disabled typed holes in ghci as well. The `-fdefer-out-of-scope-variables` should also be disabled in ghci. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15259> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15259: Out-of-scope-variables error still can be deferred in ghci -------------------------------------+------------------------------------- Reporter: sighingnow | Owner: (none) Type: bug | Status: patch Priority: normal | Milestone: 8.6.1 Component: GHCi | Version: 8.5 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:D4830 Wiki Page: | -------------------------------------+------------------------------------- Changes (by sighingnow): * status: new => patch * differential: => Phab:D4830 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15259#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15259: Out-of-scope-variables error still can be deferred in ghci -------------------------------------+------------------------------------- Reporter: sighingnow | Owner: (none) Type: bug | Status: patch Priority: normal | Milestone: 8.6.1 Component: GHCi | Version: 8.5 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: #14963 | Differential Rev(s): Phab:D4830 Wiki Page: | -------------------------------------+------------------------------------- Changes (by tdammers): * cc: tdammers (added) * related: => #14963 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15259#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15259: Out-of-scope-variables error still can be deferred in ghci -------------------------------------+------------------------------------- Reporter: sighingnow | Owner: tdammers Type: bug | Status: patch Priority: normal | Milestone: 8.6.1 Component: GHCi | Version: 8.5 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: #14963 | Differential Rev(s): Phab:D4830 Wiki Page: | -------------------------------------+------------------------------------- Changes (by tdammers): * owner: (none) => tdammers -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15259#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15259: Out-of-scope-variables error still can be deferred in ghci -------------------------------------+------------------------------------- Reporter: sighingnow | Owner: tdammers Type: bug | Status: patch Priority: normal | Milestone: 8.6.1 Component: GHCi | Version: 8.5 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: #14963 | Differential Rev(s): Phab:D4830 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"4a931665e41be2621abe4458b64190123109b746/ghc" 4a931665/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="4a931665e41be2621abe4458b64190123109b746" Disable `-fdefer-out-of-scope-variables` in ghci. We have already disabled `-fdefer-type-errors` and `-fdefer-typed-holes` in ghci. This patch disables `-fdefer-out-of-scope-variables` as well. Fixes Trac #15259, as well as #14963. Test Plan: make test TEST="T15259 T14963a T14963b T14963c" Reviewers: bgamari, tdammers Reviewed By: tdammers Subscribers: tdammers, rwbarton, thomie, carter GHC Trac Issues: #15259, #14963 Differential Revision: https://phabricator.haskell.org/D4830 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15259#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15259: Out-of-scope-variables error still can be deferred in ghci -------------------------------------+------------------------------------- Reporter: sighingnow | Owner: tdammers Type: bug | Status: closed Priority: normal | Milestone: 8.6.1 Component: GHCi | Version: 8.5 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: #14963 | Differential Rev(s): Phab:D4830 Wiki Page: | -------------------------------------+------------------------------------- Changes (by sighingnow): * status: patch => closed * resolution: => fixed -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15259#comment:5> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC