<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "Menlo"), DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>


<style>img {
max-width: 100%; height: auto;
}
body {
font-size: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: var(--default-regular-font, -apple-system),BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; font-family: var(--default-regular-font, -apple-system),BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">

<h3 style="margin-top: 20px; margin-bottom: 10px;">
Adam Gundry pushed to branch wip/amg/T22757 at <a href="https://gitlab.haskell.org/ghc/ghc">Glasgow Haskell Compiler / GHC</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/a2f4dbfd57ec8dc52db9b41761d3b958f6a143d5">a2f4dbfd</a></strong>
<div>
<span> by Adam Gundry </span> <i> at 2023-03-24T16:36:43+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add `-Wunclassified` warning flag so all warnings have flags (#22757)

In particular this means that warnings without flags, such as those generated
by `reportWarning` in Template Haskell, can still be suppresed using `-w`.
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#2e5692f568fd7b67a6b172e2a60469da8392508c">
compiler/GHC/Driver/Flags.hs
</a>
</li>
<li class="file-stats">
<a href="#c9446951223982bc58852a8f524a62b6011c482f">
compiler/GHC/Types/Error.hs
</a>
</li>
<li class="file-stats">
<a href="#74503129756c368c70bd530fb0beb4292889db5e">
compiler/GHC/Utils/Error.hs
</a>
</li>
<li class="file-stats">
<a href="#e16ae6db99f98868d3603a0c7df0bb6a793a330d">
docs/users_guide/using-warnings.rst
</a>
</li>
<li class="file-stats">
<a href="#765778a0166223b6ce897a0acf5b5e2a7af05444">
testsuite/tests/corelint/LintEtaExpand.stderr
</a>
</li>
<li class="file-stats">
<a href="#c525f26dc784de327a6d454fabd2c655dec72d4e">
testsuite/tests/corelint/T21115b.stderr
</a>
</li>
<li class="file-stats">
<a href="#2acf4fc98c89f078ec60613a54579f5e63c9b932">
testsuite/tests/deSugar/should_compile/T13290.stderr
</a>
</li>
<li class="file-stats">
<a href="#7834569025946fcb3582016780722d9c2f996c99">
testsuite/tests/dependent/should_compile/T14066a.stderr
</a>
</li>
<li class="file-stats">
<a href="#76aa2da8e98c57823419996f544d63d0fdc06b02">
testsuite/tests/driver/T20436/T20436.stderr
</a>
</li>
<li class="file-stats">
<a href="#f0d2261b3cd546c297a812eda5d2b06e2aa9dcb7">
testsuite/tests/ghc-api/T10052/T10052.stderr
</a>
</li>
<li class="file-stats">
<a href="#4a2f3fb6f2fb48ca91857fb9507385db49f69be6">
testsuite/tests/ghci.debugger/scripts/print007.stderr
</a>
</li>
<li class="file-stats">
<a href="#549c6ff7ea680d7e581506f3da29f5396b46757a">
testsuite/tests/ghci/scripts/StaticPtr.stderr
</a>
</li>
<li class="file-stats">
<a href="#a945a67f664a2e0d0c8a4d65935a963d7b7e35b7">
testsuite/tests/ghci/should_fail/T10549.stderr
</a>
</li>
<li class="file-stats">
<a href="#f6c0e7f5715bb3764f65f7f7d1c9bd58b62c9e30">
testsuite/tests/ghci/should_fail/T10549a.stderr
</a>
</li>
<li class="file-stats">
<a href="#5e070efb2c637912a5060602403283c936b346c0">
testsuite/tests/indexed-types/should_compile/T9085.stderr
</a>
</li>
<li class="file-stats">
<a href="#9205abed1bfea7ab65bcd406191b7f7cb5861965">
testsuite/tests/parser/should_compile/OpaqueParseWarn1.stderr
</a>
</li>
<li class="file-stats">
<a href="#0444d0daa1c1299abfe683c98d1917861baf6a58">
testsuite/tests/plugins/T19926.stderr
</a>
</li>
<li class="file-stats">
<a href="#94aa51e6715e17adfa284ea82a9eb53d9dce2bde">
testsuite/tests/pmcheck/should_compile/TooManyDeltas.stderr
</a>
</li>
<li class="file-stats">
<a href="#f63ba189a55f4f48d8375aa10f73714463948262">
testsuite/tests/rename/should_compile/rn049.stderr
</a>
</li>
<li class="file-stats">
<a href="#1130be45bebc1839c72e09d664ab6f535dcb4bd7">
testsuite/tests/safeHaskell/check/Check05.stderr
</a>
</li>
<li class="file-stats">
<a href="#f41b4f7153e4fa1cdc6f0a70b36c0560d4854482">
testsuite/tests/safeHaskell/flags/SafeFlags18.stderr
</a>
</li>
<li class="file-stats">
<a href="#7ce22a93b130a2c16a363c595e050f15620828d3">
testsuite/tests/safeHaskell/ghci/p1.stderr
</a>
</li>
<li class="file-stats">
<a href="#b55d19bf4a3da298b91d9937ce810a66b28696bf">
testsuite/tests/safeHaskell/ghci/p14.stderr
</a>
</li>
<li class="file-stats">
<a href="#ebdfadf1d8b47d6afbeae12a1de9a5db01981989">
testsuite/tests/safeHaskell/ghci/p16.stderr
</a>
</li>
<li class="file-stats">
<a href="#acc3661aa4f99f07fdc22f9a542b4b967e52e297">
testsuite/tests/safeHaskell/overlapping/SH_Overlap11.stderr
</a>
</li>
<li class="file-stats">
<a href="#2a7d6179cbe2c8146d452c14754b35dbf47899d5">
testsuite/tests/safeHaskell/overlapping/SH_Overlap7.stderr
</a>
</li>
<li class="file-stats">
<a href="#1451bdbd2771b0a5c0d4238ab2b61fb57a5e3b4b">
testsuite/tests/safeHaskell/safeInfered/UnsafeInfered11.stderr
</a>
</li>
<li class="file-stats">
<a href="#952e6c8a56e166a505a66d5ae95a8593ec763d90">
testsuite/tests/safeHaskell/safeInfered/UnsafeWarn05.stderr
</a>
</li>
<li class="file-stats">
<a href="#0458d6728f8ad524678943e778f47e447ec8ddea">
testsuite/tests/safeHaskell/safeInfered/UnsafeWarn06.stderr
</a>
</li>
<li class="file-stats">
<a href="#8e8acb2f56a68cdd42e3042303be9e6e1f9a7460">
testsuite/tests/safeHaskell/safeInfered/UnsafeWarn07.stderr
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: 0.875rem;">
The diff was not included because it is too large.
</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #737278;">

<br>
<a href="https://gitlab.haskell.org/ghc/ghc/-/commit/a2f4dbfd57ec8dc52db9b41761d3b958f6a143d5">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://gitlab.haskell.org">gitlab.haskell.org</a>. <a href="https://gitlab.haskell.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://gitlab.haskell.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.haskell.org/ghc/ghc/-/commit/a2f4dbfd57ec8dc52db9b41761d3b958f6a143d5"}}</script>


</p>
</div>
</body>
</html>