[Git][ghc/ghc][wip/splice-imports-2024] 6 commits: More no_debug_output
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Mon Nov 4 17:41:51 UTC 2024
Matthew Pickering pushed to branch wip/splice-imports-2024 at Glasgow Haskell Compiler / GHC
Commits:
39c0f8f4 by Matthew Pickering at 2024-11-04T13:45:05+00:00
More no_debug_output
- - - - -
70b87c5f by Matthew Pickering at 2024-11-04T13:46:10+00:00
Test output
- - - - -
37f1f338 by Matthew Pickering at 2024-11-04T15:46:59+00:00
Fix VarBr stage checking
- - - - -
ae2a74c0 by Matthew Pickering at 2024-11-04T15:47:11+00:00
Lift deriving.
Generate
'A `appE` lift x `appE lift y
rather than [| A $(lift x) $(lift y) |].
- - - - -
723dcd6b by Matthew Pickering at 2024-11-04T17:36:34+00:00
splice imports tests and module graph
- - - - -
dd623619 by Matthew Pickering at 2024-11-04T17:41:37+00:00
looping test
- - - - -
30 changed files:
- compiler/GHC/Data/Graph/Directed.hs
- compiler/GHC/Driver/Make.hs
- compiler/GHC/Rename/Splice.hs
- compiler/GHC/Tc/Deriv/Generate.hs
- compiler/GHC/Unit/Module/Graph.hs
- libraries/base/tests/IO/Makefile
- testsuite/tests/annotations/should_fail/annfail03.stderr
- testsuite/tests/annotations/should_fail/annfail04.stderr
- testsuite/tests/annotations/should_fail/annfail06.stderr
- testsuite/tests/annotations/should_fail/annfail09.stderr
- testsuite/tests/driver/j-space/jspace.hs
- testsuite/tests/module/mod185.stderr
- testsuite/tests/parser/should_compile/DumpParsedAst.stderr
- testsuite/tests/parser/should_compile/DumpRenamedAst.stderr
- testsuite/tests/parser/should_compile/DumpSemis.stderr
- testsuite/tests/parser/should_compile/KindSigs.stderr
- testsuite/tests/parser/should_compile/T14189.stderr
- testsuite/tests/patsyn/should_compile/T13350/Makefile
- testsuite/tests/quasiquotation/qq001/qq001.stderr
- testsuite/tests/quasiquotation/qq002/qq002.stderr
- testsuite/tests/quasiquotation/qq003/qq003.stderr
- testsuite/tests/quasiquotation/qq004/qq004.stderr
- testsuite/tests/rts/Makefile
- testsuite/tests/rts/T1791/Makefile
- testsuite/tests/showIface/DocsInHiFile1.stdout
- testsuite/tests/showIface/DocsInHiFileTH.stdout
- testsuite/tests/showIface/HaddockIssue849.stdout
- testsuite/tests/showIface/HaddockOpts.stdout
- testsuite/tests/showIface/HaddockSpanIssueT24378.stdout
- testsuite/tests/showIface/LanguageExts.stdout
The diff was not included because it is too large.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/3e18b3d7eb33dc964df728ab18bb10e5853dbeaa...dd623619baadc01e340d377e6c0b311b47daa497
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/3e18b3d7eb33dc964df728ab18bb10e5853dbeaa...dd623619baadc01e340d377e6c0b311b47daa497
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20241104/a2147914/attachment.html>
More information about the ghc-commits
mailing list