Make ghc -e not exit on valid import commands (#9905)
Some Trues and Falses were mixed up due to Bool being used in different senses in different parts of GHCi. (cherry picked from commit 878910e1)
Showing
- ghc/GhciMonad.hs 1 addition, 0 deletionsghc/GhciMonad.hs
- ghc/InteractiveUI.hs 14 additions, 8 deletionsghc/InteractiveUI.hs
- testsuite/tests/ghc-e/should_fail/Makefile 9 additions, 0 deletionstestsuite/tests/ghc-e/should_fail/Makefile
- testsuite/tests/ghc-e/should_fail/all.T 11 additions, 1 deletiontestsuite/tests/ghc-e/should_fail/all.T
- testsuite/tests/ghc-e/should_run/Makefile 6 additions, 0 deletionstestsuite/tests/ghc-e/should_run/Makefile
- testsuite/tests/ghc-e/should_run/T9905.stdout 1 addition, 0 deletionstestsuite/tests/ghc-e/should_run/T9905.stdout
- testsuite/tests/ghc-e/should_run/T9905b.stdout 1 addition, 0 deletionstestsuite/tests/ghc-e/should_run/T9905b.stdout
- testsuite/tests/ghc-e/should_run/all.T 2 additions, 0 deletionstestsuite/tests/ghc-e/should_run/all.T
Please register or sign in to comment