Vladislav Zavialov pushed to branch wip/int-index/iethingwith-subwc at Glasgow Haskell Compiler / GHC Commits: f7288856 by Vladislav Zavialov at 2026-05-17T21:41:25+03:00 WIP: Combining wildcards with names in subordinate import/export lists - - - - - 43 changed files: - compiler/GHC/Hs/ImpExp.hs - compiler/GHC/Hs/Instances.hs - compiler/GHC/Parser.y - compiler/GHC/Parser/Errors/Ppr.hs - compiler/GHC/Parser/Errors/Types.hs - compiler/GHC/Parser/PostProcess.hs - compiler/GHC/Parser/PostProcess/Haddock.hs - compiler/GHC/Rename/Names.hs - compiler/GHC/Tc/Gen/Export.hs - compiler/GHC/Types/Error/Codes.hs - compiler/GHC/Types/SrcLoc.hs - compiler/Language/Haskell/Syntax/Extension.hs - compiler/Language/Haskell/Syntax/ImpExp.hs - testsuite/tests/parser/should_compile/T14189.stderr - + testsuite/tests/patsyn/should_compile/ImportSyntax.hs - testsuite/tests/patsyn/should_compile/all.T - testsuite/tests/patsyn/should_fail/export-syntax.hs → testsuite/tests/patsyn/should_compile/export-syntax.hs - + testsuite/tests/patsyn/should_compile/export-syntax.stderr - testsuite/tests/patsyn/should_fail/import-syntax-no-ext.hs → testsuite/tests/patsyn/should_compile/import-syntax-no-ext.hs - testsuite/tests/patsyn/should_fail/import-syntax.hs → testsuite/tests/patsyn/should_compile/import-syntax.hs - testsuite/tests/patsyn/should_fail/all.T - − testsuite/tests/patsyn/should_fail/export-syntax.stderr - − testsuite/tests/patsyn/should_fail/import-syntax-no-ext.stderr - − testsuite/tests/patsyn/should_fail/import-syntax.stderr - + testsuite/tests/rename/should_compile/T25901_sub_w2_ok.hs - + testsuite/tests/rename/should_compile/T25901_sub_w3.hs - + testsuite/tests/rename/should_compile/T25901_sub_w3_helper.hs - + testsuite/tests/rename/should_compile/T25901_sub_w3_nc.hs - testsuite/tests/rename/should_compile/all.T - − testsuite/tests/rename/should_fail/T25901_sub_w.hs - − testsuite/tests/rename/should_fail/T25901_sub_w.stderr - + testsuite/tests/rename/should_fail/T25901_sub_w1.hs - + testsuite/tests/rename/should_fail/T25901_sub_w1.stderr - + testsuite/tests/rename/should_fail/T25901_sub_w1_helper.hs - + testsuite/tests/rename/should_fail/T25901_sub_w2_fail.hs - + testsuite/tests/rename/should_fail/T25901_sub_w2_fail.stderr - testsuite/tests/rename/should_fail/all.T - + testsuite/tests/warnings/should_compile/DodgyExports05.hs - + testsuite/tests/warnings/should_compile/DodgyExports05.stderr - + testsuite/tests/warnings/should_compile/DodgyImports05.hs - + testsuite/tests/warnings/should_compile/DodgyImports05.stderr - testsuite/tests/warnings/should_compile/all.T - utils/check-exact/ExactPrint.hs The diff was not included because it is too large. View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f7288856130d99eec0d169d5ed838961... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f7288856130d99eec0d169d5ed838961... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Vladislav Zavialov (@int-index)