<!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: .875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,.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,.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;">
Torsten Schmits pushed to branch wip/torsten.schmits/package-deps-bytecode-squashed 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: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/a47981bddc182d1ef2213e9464188cff983b1a9c">a47981bd</a></strong>
<div>
<span> by Cheng Shao </span> <i> at 2024-07-28T13:53:57+02: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;'>Oneshot bytecode linking
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/908ed174cfab250ba373ba39c37d7b077235d3fb">908ed174</a></strong>
<div>
<span> by Torsten Schmits </span> <i> at 2024-07-28T13:53:57+02: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;'>Package deps bytecode linking
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#9a679a2680ef6061397f1987091ea9f96ffe095d">
compiler/GHC/Driver/Main.hs
</a>
</li>
<li class="file-stats">
<a href="#5c7bf5071fcd6892cb5ea447bdcc9703fb10a1d5">
<span class="new-file">
+
compiler/GHC/Driver/Main.hs-boot
</span>
</a>
</li>
<li class="file-stats">
<a href="#b8e6af642e56019828828dc679683c04afb81867">
compiler/GHC/Driver/Pipeline.hs
</a>
</li>
<li class="file-stats">
<a href="#64e68d52c0898049455e20b0d001ffe1dd07ff83">
compiler/GHC/Driver/Pipeline/Execute.hs
</a>
</li>
<li class="file-stats">
<a href="#7d51edda4fa76a202cce0bca672ef300249ba8ea">
compiler/GHC/Iface/Load.hs
</a>
</li>
<li class="file-stats">
<a href="#4ed0dc87b8bdd9324e8a181cff15caa104b9e58c">
compiler/GHC/Iface/Make.hs
</a>
</li>
<li class="file-stats">
<a href="#df1fca609f31dac0cde9df4e87ccbac2654de2f7">
compiler/GHC/Linker/Deps.hs
</a>
</li>
<li class="file-stats">
<a href="#5aa3321b0f5c08d7ebfa1a4a3340d4451258988b">
compiler/GHC/Linker/Loader.hs
</a>
</li>
<li class="file-stats">
<a href="#f4993649301794fc2c8cdece491d8b20f37638a6">
compiler/GHC/Unit/Finder.hs
</a>
</li>
<li class="file-stats">
<a href="#1b4da42c16b46d6c6cc2c2962072b1e91f519f4a">
compiler/GHC/Unit/Module/ModIface.hs
</a>
</li>
<li class="file-stats">
<a href="#169bd9b4135cd1be815ffa7b4e39bbb0f87c16df">
testsuite/tests/bytecode/T24634/Hello.hs
</a>
</li>
<li class="file-stats">
<a href="#e1475635e22e758c47dab89a8893caf353598228">
testsuite/tests/bytecode/T24634/Makefile
</a>
</li>
<li class="file-stats">
<a href="#ecdc86cd66c50f7e3c5d6b8629142665d9fe4246">
<span class="new-file">
+
testsuite/tests/bytecode/T24634/T24634.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#9e7a57dce3f9d45408e170eac05f94995dc5a10d">
testsuite/tests/bytecode/T24634/all.T
</a>
</li>
<li class="file-stats">
<a href="#0e2d89af6504f8f16c8c8c37974e397c405cdc7b">
testsuite/tests/bytecode/T24634/hello.c
→
testsuite/tests/bytecode/T24634/hello_c.c
</a>
</li>
<li class="file-stats">
<a href="#79db9bf66a8b9758cdff4c05bc660ea1a347f6ee">
testsuite/tests/bytecode/T24634/hello.h
→
testsuite/tests/bytecode/T24634/hello_c.h
</a>
</li>
<li class="file-stats">
<a href="#82035ec1f0c4fb31fafb1059705eb6c1083cbe74">
<span class="new-file">
+
testsuite/tests/th/cross-package/Cross.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#48b7ebd65d2de0bc6925ce110e45f60047331b42">
<span class="new-file">
+
testsuite/tests/th/cross-package/CrossDep.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#fb52cdbca64000737d8164a0dfd1e3b40f56e510">
<span class="new-file">
+
testsuite/tests/th/cross-package/CrossDepApi.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#e576bb1fdcfab48fe926e6ca7c0e393b1ed53ede">
<span class="new-file">
+
testsuite/tests/th/cross-package/CrossLocal.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#fe66dc2666b25ca08eb3577d3002e833d7e272be">
<span class="new-file">
+
testsuite/tests/th/cross-package/CrossNum.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#7ec91addef8b6d7f4b0f217b2483524c76e6b85c">
<span class="new-file">
+
testsuite/tests/th/cross-package/CrossNum.hs-boot
</span>
</a>
</li>
<li class="file-stats">
<a href="#ff37f2519ec87e91166bc7af23c6527c417ade73">
<span class="new-file">
+
testsuite/tests/th/cross-package/CrossObj.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#de7e4740cbb8b41bee1535c224b42b3bd840a7ff">
<span class="new-file">
+
testsuite/tests/th/cross-package/CrossPackage.stdout
</span>
</a>
</li>
<li class="file-stats">
<a href="#94e03159e29dd9945662cfdad2a776d5daca100c">
<span class="new-file">
+
testsuite/tests/th/cross-package/Makefile
</span>
</a>
</li>
<li class="file-stats">
<a href="#3cbba580b86374a168c5b17cd4724df1c245d9aa">
<span class="new-file">
+
testsuite/tests/th/cross-package/all.T
</span>
</a>
</li>
<li class="file-stats">
<a href="#53f90bcf3f70d60fd5bbcf82e455157e1330c05f">
<span class="new-file">
+
testsuite/tests/th/cross-package/dep.conf
</span>
</a>
</li>
<li class="file-stats">
<a href="#2e3163d749ffd38a0c4e176af53667e076e6fda4">
<span class="new-file">
+
testsuite/tests/th/cross-package/obj.conf
</span>
</a>
</li>
<li class="file-stats">
<a href="#c7f73cc8eae94b290c4d62aee95b654ca244e5f2">
<span class="new-file">
+
testsuite/tests/th/cross-package/prep.bash
</span>
</a>
</li>
<li class="file-stats">
<a href="#3607895b58cf4e7b07a98e1d02023ac029dac5c5">
<span class="new-file">
+
testsuite/tests/th/cross-package/run.bash
</span>
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: .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/-/compare/918eb44ff4694fd5ac26da672b97448dce74c0be...908ed174cfab250ba373ba39c37d7b077235d3fb">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>
</p>
</div>
</body>
</html>