Commits on Source (2)
-
Ben Gamari authored
Previously we would hackily evaluate a textual code snippet to compute actions to disable I/O buffering and flush the stdout/stderr handles. This broke in a number of ways (#15336, #16563). Instead we now ship a module (`GHC.GHCi.Helpers`) with `base` containing the needed actions. We can then easily refer to these via `Orig` names.
-
Ben Gamari authored
libraries/base/GHC/GHCi/Helpers.hs
0 → 100644
testsuite/tests/ghci/scripts/T16563.script
0 → 100644
testsuite/tests/ghci/scripts/T16563.stdout
0 → 100644