[Git][ghc/ghc][wip/T25281] Add -Wwarn-incomplete-record-selectors to -Wall
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Tue Oct 1 11:23:35 UTC 2024
Simon Peyton Jones pushed to branch wip/T25281 at Glasgow Haskell Compiler / GHC
Commits:
276bf852 by Simon Peyton Jones at 2024-10-01T12:23:14+01:00
Add -Wwarn-incomplete-record-selectors to -Wall
- - - - -
1 changed file:
- compiler/GHC/Driver/Flags.hs
Changes:
=====================================
compiler/GHC/Driver/Flags.hs
=====================================
@@ -1356,6 +1356,7 @@ minusWallOpts
Opt_WarnIncompleteUniPatterns,
Opt_WarnIncompletePatternsRecUpd,
Opt_WarnIncompleteExportWarnings,
+ Opt_WarnIncompleteRecordSelectors,
Opt_WarnDerivingTypeable
]
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/276bf852dfc40286b4a281fd25fc8eaad10a38b4
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/276bf852dfc40286b4a281fd25fc8eaad10a38b4
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/20241001/b26a656f/attachment.html>
More information about the ghc-commits
mailing list