<!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, "GitLab Mono"), JetBrains Mono, 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, "GitLab Sans"),-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, "GitLab Sans"),-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;">
Jade pushed to branch wip/T24477 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/884a73f5db28f917a23b73a01bd67ce46b942e9f">884a73f5</a></strong>
<div>
<span> by Jade </span> <i> at 2024-03-29T16:19:56+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","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;'>When suggesting Language extensions, also suggest Extensions which imply them
Also moves some flag specific definitions out of Session.hs into
Flags.hs (#24478)
Fixes: #24477
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#e65e7bbfc24f8830a20082bfc50f6d16e613cbeb">
compiler/GHC/Driver/DynFlags.hs
</a>
</li>
<li class="file-stats">
<a href="#2e5692f568fd7b67a6b172e2a60469da8392508c">
compiler/GHC/Driver/Flags.hs
</a>
</li>
<li class="file-stats">
<a href="#774d88050336ef660c7a219fb06c480c2fc639bc">
compiler/GHC/Driver/Session.hs
</a>
</li>
<li class="file-stats">
<a href="#1dd9c7a6bbc222c976a6ec1c4b772232ae60f7e5">
compiler/GHC/Tc/Errors/Ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#5543c5c6c25dc2d751debfc3bc1be17365251351">
compiler/GHC/Types/Hint/Ppr.hs
</a>
</li>
<li class="file-stats">
<a href="#d3cf57b6a5ebc234dc7689db38ef9b6cf2259c0f">
compiler/GHC/Utils/Outputable.hs
</a>
</li>
<li class="file-stats">
<a href="#dfd07aa2ac20927566f80cd87974eb7e3bdda00b">
testsuite/tests/dependent/should_fail/T16326_Fail7.stderr
</a>
</li>
<li class="file-stats">
<a href="#ca4c48a904ac7b84b8646a80c50d3fd90cd97d06">
testsuite/tests/deriving/should_compile/T16179.stderr
</a>
</li>
<li class="file-stats">
<a href="#f94a9927d2d8732b251739c3769c99f5c32a1bdf">
testsuite/tests/deriving/should_fail/T10598_fail4.stderr
</a>
</li>
<li class="file-stats">
<a href="#f8590594cfd56de01f0930d717a1ffa825dcc758">
testsuite/tests/deriving/should_fail/T10598_fail5.stderr
</a>
</li>
<li class="file-stats">
<a href="#08ad3874a37fddf9e6ddced93fcb962bb6ebae6c">
testsuite/tests/deriving/should_fail/drvfail015.stderr
</a>
</li>
<li class="file-stats">
<a href="#3044513839ac86574294ef003c829ffe863947e6">
testsuite/tests/gadt/T20485.stderr
</a>
</li>
<li class="file-stats">
<a href="#bb28f3f3bb68f17781d438b94d2f40ec3d0fd911">
testsuite/tests/gadt/gadtSyntaxFail001.stderr
</a>
</li>
<li class="file-stats">
<a href="#75e456cda77ba511087df3d6017528f1b8d22489">
testsuite/tests/gadt/gadtSyntaxFail002.stderr
</a>
</li>
<li class="file-stats">
<a href="#7adac300a91cf66937f6d7cb33de26a03cb72e48">
testsuite/tests/gadt/gadtSyntaxFail003.stderr
</a>
</li>
<li class="file-stats">
<a href="#c4e24d3380c00ebc7ce504dbfa205a6d3ce0e8f8">
testsuite/tests/ghci/prog006/prog006.stderr
</a>
</li>
<li class="file-stats">
<a href="#a12278ce9b4f23cd001dcf3f9ee4102da823c97d">
testsuite/tests/ghci/scripts/T23686.stderr
</a>
</li>
<li class="file-stats">
<a href="#54a68a9e85fd20c586f0595659f1d649f484778a">
testsuite/tests/ghci/scripts/T9293.stderr
</a>
</li>
<li class="file-stats">
<a href="#8520177690accfaca61e5b8d0c001a27acb704d9">
testsuite/tests/ghci/scripts/ghci057.stderr
</a>
</li>
<li class="file-stats">
<a href="#c7ee0860b9677e06d71cdc688535eb03cb84df29">
testsuite/tests/indexed-types/should_fail/BadFamInstDecl.stderr
</a>
</li>
<li class="file-stats">
<a href="#31df5d7d5c059584c173bccddda9b1b6fb5bfa37">
testsuite/tests/indexed-types/should_fail/SimpleFail15.stderr
</a>
</li>
<li class="file-stats">
<a href="#2d0d7829849d5209f687049f3882a65e69bd5c04">
testsuite/tests/linear/should_fail/T18888.stderr
</a>
</li>
<li class="file-stats">
<a href="#12c8c9a079b42a5b53400d42b2897bc7f2f5bb79">
testsuite/tests/module/T20007.stderr
</a>
</li>
<li class="file-stats">
<a href="#8ee2e6b6703f474ca540a31531363714db2ea134">
testsuite/tests/module/mod39.stderr
</a>
</li>
<li class="file-stats">
<a href="#2ae624a2f33c4bea97462104732becc7bc367128">
testsuite/tests/module/mod43.stderr
</a>
</li>
<li class="file-stats">
<a href="#eee47a488e39adef5ece08c6bb796d7308061310">
testsuite/tests/overloadedrecflds/should_fail/NoFieldSelectorsFail.stderr
</a>
</li>
<li class="file-stats">
<a href="#64bf42e5981065296deb1c4047690fa52bb6cb79">
testsuite/tests/overloadedrecflds/should_fail/T18999_NoDisambiguateRecordFields.stderr
</a>
</li>
<li class="file-stats">
<a href="#74c666bba1d1d384c185913d22f76f1765b0057d">
testsuite/tests/parser/should_fail/ParserNoForallUnicode.stderr
</a>
</li>
<li class="file-stats">
<a href="#75a1993aa373af1527d3b2afe042593f8d30a895">
testsuite/tests/parser/should_fail/T16270.stderr
</a>
</li>
<li class="file-stats">
<a href="#310a8da623ff13c73b6ed5c68aa5f9298f23a05b">
testsuite/tests/parser/should_fail/T16270h.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/884a73f5db28f917a23b73a01bd67ce46b942e9f">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/884a73f5db28f917a23b73a01bd67ce46b942e9f"}}</script>
</p>
</div>
</body>
</html>