Skip to content

Draft: Dump tc and rn ASTs in GHCi with the dump flags

Ömer Sinan Ağacan requested to merge osa1/ghc:dump_ghci_rn_tc_asts into master

Don't ignore -ddump-tc-ast and -ddump-rn-ast in GHCi. Fixes #17830 (closed).

Note that GHCi dumps stuff with these flags on startup as a result of the generated code to call disableBuffering and flushAll etc.

-ddump-rn flag is removed: it was used in only one place in GHCi. We now dump renamed AST instead.

Edited by Andreas Klebinger

Merge request reports