Desugar modules compiled with -fno-code
Previously modules with hscTarget == HscNothing were not desugared. This patch changes behavior so that all modules HsSrcFile Modules except GHC.Prim are desugared. Modules with hscTarget == HscNothing are not simplified. Warnings and errors produced by the desugarer will now be produced when compiling with -fno-code. HscMain.finishTypecheckingOnly is removed, HscMain.hscIncrementalCompile is simplified a bit, and HscMain.finish takes in the removed logic. I think this is easier to follow. Updates haddock submodule. Tests T8101, T8101b, T10600 are no longer expect_broken. Reviewers: ezyang, austin, bgamari Subscribers: rwbarton, thomie GHC Trac Issues: #10600 Differential Revision: https://phabricator.haskell.org/D3542
Showing
- compiler/main/HscMain.hs 43 additions, 47 deletionscompiler/main/HscMain.hs
- testsuite/tests/driver/all.T 3 additions, 3 deletionstestsuite/tests/driver/all.T
- testsuite/tests/perf/haddock/all.T 6 additions, 3 deletionstestsuite/tests/perf/haddock/all.T
- utils/haddock 1 addition, 1 deletionutils/haddock
Loading
Please register or sign in to comment