#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