[Git][ghc/ghc][wip/T23916] Mark some diagnostic codes as Outdated
sheaf (@sheaf)
gitlab at gitlab.haskell.org
Tue Sep 26 14:04:51 UTC 2023
sheaf pushed to branch wip/T23916 at Glasgow Haskell Compiler / GHC
Commits:
c09c3f49 by sheaf at 2023-09-26T14:04:49+00:00
Mark some diagnostic codes as Outdated
- - - - -
1 changed file:
- compiler/GHC/Types/Error/Codes.hs
Changes:
=====================================
compiler/GHC/Types/Error/Codes.hs
=====================================
@@ -239,6 +239,7 @@ type family GhcDiagnosticCode c = n | n -> c where
GhcDiagnosticCode "PsErrIllegalUnboxedFloatingLitInPat" = 76595
GhcDiagnosticCode "PsErrDoNotationInPat" = 06446
GhcDiagnosticCode "PsErrIfThenElseInPat" = 45696
+ GhcDiagnosticCode "PsErrLambdaCaseInPat" = Outdated 07636
GhcDiagnosticCode "PsErrCaseInPat" = 53786
GhcDiagnosticCode "PsErrLetInPat" = 78892
GhcDiagnosticCode "PsErrLambdaInPat" = 00482
@@ -248,6 +249,7 @@ type family GhcDiagnosticCode c = n | n -> c where
GhcDiagnosticCode "PsErrViewPatInExpr" = 66228
GhcDiagnosticCode "PsErrLambdaCmdInFunAppCmd" = 12178
GhcDiagnosticCode "PsErrCaseCmdInFunAppCmd" = 92971
+ GhcDiagnosticCode "PsErrLambdaCaseCmdInFunAppCmd" = Outdated 47171
GhcDiagnosticCode "PsErrIfCmdInFunAppCmd" = 97005
GhcDiagnosticCode "PsErrLetCmdInFunAppCmd" = 70526
GhcDiagnosticCode "PsErrDoCmdInFunAppCmd" = 77808
@@ -255,6 +257,7 @@ type family GhcDiagnosticCode c = n | n -> c where
GhcDiagnosticCode "PsErrMDoInFunAppExpr" = 67630
GhcDiagnosticCode "PsErrLambdaInFunAppExpr" = 06074
GhcDiagnosticCode "PsErrCaseInFunAppExpr" = 25037
+ GhcDiagnosticCode "PsErrLambdaCaseInFunAppExpr" = Outdated 77182
GhcDiagnosticCode "PsErrLetInFunAppExpr" = 90355
GhcDiagnosticCode "PsErrIfInFunAppExpr" = 01239
GhcDiagnosticCode "PsErrProcInFunAppExpr" = 04807
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c09c3f499decc45a11e9ee7974ebaac56bcd3963
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c09c3f499decc45a11e9ee7974ebaac56bcd3963
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/20230926/5e1c5a6a/attachment-0001.html>
More information about the ghc-commits
mailing list