[Git][ghc/ghc][wip/az/ghc-cpp] 3 commits: GHC_CPP: delete utils/check-cpp
Alan Zimmerman pushed to branch wip/az/ghc-cpp at Glasgow Haskell Compiler / GHC Commits: 1ab1024d by Alan Zimmerman at 2025-10-12T17:50:15+01:00 GHC_CPP: delete utils/check-cpp It is not needed - - - - - 81d86cf9 by Alan Zimmerman at 2025-10-12T18:44:27+01:00 GHC_CPP: remove #include processing We do not support it - - - - - ac6bbca6 by Alan Zimmerman at 2025-10-12T19:47:48+01:00 GHC_CPP: move Eval.hs into GHC.Parser.PreProcess.Macro - - - - - 37 changed files: - compiler/GHC/Parser/Header.hs - compiler/GHC/Parser/Lexer.x - compiler/GHC/Parser/PreProcess.hs - − compiler/GHC/Parser/PreProcess/Eval.hs - compiler/GHC/Parser/PreProcess/Macro.hs - compiler/GHC/Parser/PreProcess/ParsePP.hs - compiler/GHC/Parser/PreProcess/State.hs - compiler/ghc.cabal.in - testsuite/tests/count-deps/CountDepsParser.stdout - − utils/check-cpp/.ghci - − utils/check-cpp/.gitignore - − utils/check-cpp/Eval.hs - − utils/check-cpp/Example1.hs - − utils/check-cpp/Example10.hs - − utils/check-cpp/Example11.hs - − utils/check-cpp/Example12.hs - − utils/check-cpp/Example13.hs - − utils/check-cpp/Example2.hs - − utils/check-cpp/Example3.hs - − utils/check-cpp/Example4.hs - − utils/check-cpp/Example5.hs - − utils/check-cpp/Example6.hs - − utils/check-cpp/Example7.hs - − utils/check-cpp/Example8.hs - − utils/check-cpp/Example9.hs - − utils/check-cpp/Lexer.x - − utils/check-cpp/Macro.hs - − utils/check-cpp/Main.hs - − utils/check-cpp/ParsePP.hs - − utils/check-cpp/ParseSimulate.hs - − utils/check-cpp/Parser.hs - − utils/check-cpp/Parser.y - − utils/check-cpp/ParserM.hs - − utils/check-cpp/PreProcess.hs - − utils/check-cpp/README.md - − utils/check-cpp/State.hs - − utils/check-cpp/run.sh The diff was not included because it is too large. View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/9fcb02205950e7de4daad22433fe553... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/9fcb02205950e7de4daad22433fe553... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Alan Zimmerman (@alanz)