<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
 Marge Bot pushed to branch wip/marge_bot_batch_merge_job
at <a href="https://gitlab.haskell.org/ghc/ghc">Glasgow Haskell Compiler / GHC</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/190269ea193d464151c1ed0a924b0dea28b25c94">190269ea</a></strong>
<div>
<span>by Andreas Klebinger</span>
<i>at 2020-09-25T14:39:53-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Make sizeExpr strict in the size threshold to facilitate WW.
</pre>
</li>
<li>
<strong><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/a4c6ee067b6466180e324e26776f761d0db043ba">a4c6ee06</a></strong>
<div>
<span>by Ben Gamari</span>
<i>at 2020-09-25T14:39:54-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci.sh: Factor out common utilities
</pre>
</li>
<li>
<strong><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/72d00edce4f4146a8a4df400cdb5bd218d17fd00">72d00edc</a></strong>
<div>
<span>by Ben Gamari</span>
<i>at 2020-09-25T14:39:54-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Add ad-hoc performance testing rule
</pre>
</li>
<li>
<strong><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/4c166739842832a2c6f62a981515fd68aeb972c5">4c166739</a></strong>
<div>
<span>by Zubin Duggal</span>
<i>at 2020-09-25T14:39:55-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Stop removing definitions of record fields in GHC.Iface.Ext.Ast
</pre>
</li>
<li>
<strong><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/b56d384b9affc643f5e0ee0c36bd370f7c1c1f70">b56d384b</a></strong>
<div>
<span>by Ben Gamari</span>
<i>at 2020-09-25T14:39:56-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gitlab-ci: Drop Darwin cleanup job

We now have a proper periodic clean-up script installed on the runners.
</pre>
</li>
<li>
<strong><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/f6ae9617630d41d8238f82e567cad0a3085b831a">f6ae9617</a></strong>
<div>
<span>by Sebastian Graf</span>
<i>at 2020-09-25T14:39:56-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add regression tests for #18371

They have been fixed by !3959, I believe.
Fixes #18371.
</pre>
</li>
<li>
<strong><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/0d521e75b1e6cf978abb0517fe4c3077fbc121d4">0d521e75</a></strong>
<div>
<span>by Sebastian Graf</span>
<i>at 2020-09-25T14:39:56-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add a regression test for #18609

The egregious performance hits are gone since !4050.
So we fix #18609.
</pre>
</li>
<li>
<strong><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/ba2202a578c1207511d8511c77b9f6859a5bfff4">ba2202a5</a></strong>
<div>
<span>by Sebastian Graf</span>
<i>at 2020-09-25T14:39:56-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Accept new test output for #17218

The expected test output was plain wrong.
It has been fixed for a long time.
Thus we can close #17218.
</pre>
</li>
<li>
<strong><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/c1ad216ecb1894320a6319c8abeb5e0afd815ef2">c1ad216e</a></strong>
<div>
<span>by Sven Tennie</span>
<i>at 2020-09-25T14:39:57-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Print RET_BIG stack closures

A RET_BIG closure has a large bitmap that describes it's payload and can
be printed with printLargeBitmap().

Additionally, the output for payload closures of small and big bitmaps is
changed: printObj() is used to print a bit more information about what's
on the stack.
</pre>
</li>
<li>
<strong><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/4b0beb7d1b166380014a88f70f9783ac5d11a2b1">4b0beb7d</a></strong>
<div>
<span>by Arnaud Spiwack</span>
<i>at 2020-09-25T14:40:04-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Pattern guards BindStmt always use multiplicity Many

Fixes #18439 .

The rhs of the pattern guard was consumed with multiplicity one, while
the pattern assumed it was Many. We use Many everywhere instead.

This is behaviour consistent with that of `case` expression. See #18738.
</pre>
</li>
<li>
<strong><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/233b1d8d8866d75cd2f77e450d56ab5d75525879">233b1d8d</a></strong>
<div>
<span>by Sylvain Henry</span>
<i>at 2020-09-25T14:40:08-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Bignum: refactor backend modules

* move backends into GHC.Num.Backend.*
* split backend selection into GHC.Num.Backend and
  GHC.Num.Backend.Selected to avoid duplication with the Check backend
</pre>
</li>
<li>
<strong><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/c015c6927d919c47d1c263d02f57c226f7466d53">c015c692</a></strong>
<div>
<span>by Sylvain Henry</span>
<i>at 2020-09-25T14:40:08-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Bignum: implement extended GCD (#18427)
</pre>
</li>
<li>
<strong><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/7d74a9ab90c1f3df7944fa30ae5d7b7d72bf2aec">7d74a9ab</a></strong>
<div>
<span>by Krzysztof Gogolewski</span>
<i>at 2020-09-25T14:40:10-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix typed holes causing linearity errors (#18491)
</pre>
</li>
<li>
<strong><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/41baa79bec32156c81a707c5f0aebae862af6d18">41baa79b</a></strong>
<div>
<span>by Krzysztof Gogolewski</span>
<i>at 2020-09-25T14:40:13-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Various documentation fixes

* Remove UnliftedFFITypes from conf. Some time ago, this extension
  was undocumented and we had to silence a warning.
  This is no longer needed.
* Use r'' in conf.py. This fixes a Sphinx warning:
  WARNING: Support for evaluating Python 2 syntax is deprecated and will be removed in Sphinx 4.0. Convert docs/users_guide/conf.py to Python 3 syntax.
* Mark GHCForeignImportPrim as documented
* Fix formatting in template_haskell.rst
* Remove 'recursive do' from the list of unsupported items in TH
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#587d266bb27a4dc3022bbed44dfa19849df3044c">
.gitlab-ci.yml
</a>
</li>
<li class="file-stats">
<a href="#157f7634c25bc6366cb7c9c9edb48e819dce38db">
.gitlab/ci.sh
</a>
</li>
<li class="file-stats">
<a href="#e3912a2eb40cf45e3dc98ea1b0275653264428e6">
<span class="new-file">
+
.gitlab/common.sh
</span>
</a>
</li>
<li class="file-stats">
<a href="#2811a7297b8aa206197ac1f5dabd0818e3c7ec5a">
compiler/GHC/Core/Unfold.hs
</a>
</li>
<li class="file-stats">
<a href="#649144a78135a23cabfc90dd83c4aabf448eb6ab">
compiler/GHC/Iface/Ext/Ast.hs
</a>
</li>
<li class="file-stats">
<a href="#902811828741e6bcd64702935bbb54edbbd070ef">
compiler/GHC/Tc/Gen/Expr.hs
</a>
</li>
<li class="file-stats">
<a href="#3377164bfe9a1f1a8cfd588703ae1e0ea1e91cf9">
compiler/GHC/Tc/Gen/Match.hs
</a>
</li>
<li class="file-stats">
<a href="#2c8c4ca2eac2ad8b108ae37fa1b91a9f7676ca1e">
docs/users_guide/conf.py
</a>
</li>
<li class="file-stats">
<a href="#c69ed1e399ce62d9f23fc51d2806dab1d9b7bfd6">
docs/users_guide/expected-undocumented-flags.txt
</a>
</li>
<li class="file-stats">
<a href="#616606d7ec92f17c847240a7bc125e1d8c9c00a1">
docs/users_guide/extending_ghc.rst
</a>
</li>
<li class="file-stats">
<a href="#826ad549c24ff288da4f5466de09215b9c5f56a3">
docs/users_guide/exts/defer_type_errors.rst
</a>
</li>
<li class="file-stats">
<a href="#f1fb2cbc6312f41f6aac14d2046c24ce0c5cbea2">
docs/users_guide/exts/ffi.rst
</a>
</li>
<li class="file-stats">
<a href="#44ff1c833688c00a68594f271e75b363b982d003">
docs/users_guide/exts/safe_haskell.rst
</a>
</li>
<li class="file-stats">
<a href="#f0474104bf5123c0904d8fa7745d89840c730d16">
docs/users_guide/exts/template_haskell.rst
</a>
</li>
<li class="file-stats">
<a href="#915e4cd0ff4c05278c1d4b529ae8997ea58835f0">
docs/users_guide/exts/typed_holes.rst
</a>
</li>
<li class="file-stats">
<a href="#2e45f2cd303dd998950a7c8042e796a5b2abd64f">
docs/users_guide/using-optimisation.rst
</a>
</li>
<li class="file-stats">
<a href="#a1f998e8553841568762af9303c1476e08778e21">
libraries/ghc-bignum/cbits/gmp_wrappers.c
</a>
</li>
<li class="file-stats">
<a href="#a1ce081961c47b863a6a6295362b247f56218cbf">
libraries/ghc-bignum/ghc-bignum.cabal
</a>
</li>
<li class="file-stats">
<a href="#91b6206473a68100f5dd1213b2f3c672e188ce90">
<span class="new-file">
+
libraries/ghc-bignum/src/GHC/Num/Backend.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#999bd68489a86559e9a862084e500ffcb808326b">
libraries/ghc-bignum/src/GHC/Num/BigNat/Check.hs

libraries/ghc-bignum/src/GHC/Num/Backend/Check.hs
</a>
</li>
<li class="file-stats">
<a href="#e39e8c6b639c1b478a3e6096c6f28dcefa5a9225">
libraries/ghc-bignum/src/GHC/Num/BigNat/FFI.hs

libraries/ghc-bignum/src/GHC/Num/Backend/FFI.hs
</a>
</li>
<li class="file-stats">
<a href="#233ee515bec9e1a53e1490cca550d836c94c38ad">
libraries/ghc-bignum/src/GHC/Num/BigNat/GMP.hs

libraries/ghc-bignum/src/GHC/Num/Backend/GMP.hs
</a>
</li>
<li class="file-stats">
<a href="#dcb6aede7f2d4e3b185f11751c4017e9c6dff1b3">
libraries/ghc-bignum/src/GHC/Num/BigNat/Native.hs

libraries/ghc-bignum/src/GHC/Num/Backend/Native.hs
</a>
</li>
<li class="file-stats">
<a href="#d2ec4064323c61389f52b77489c47107bf00e3bb">
<span class="new-file">
+
libraries/ghc-bignum/src/GHC/Num/Backend/Selected.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#7c26a6a95e69dd94ff737ee0577c923c3947bc6f">
libraries/ghc-bignum/src/GHC/Num/BigNat.hs
</a>
</li>
<li class="file-stats">
<a href="#51dd5f19656738bf2d7e4b2dc3e742d862435329">
libraries/ghc-bignum/src/GHC/Num/BigNat.hs-boot
</a>
</li>
<li class="file-stats">
<a href="#84ed6dfb0380e98269259d1b3a64e920ab8b9476">
libraries/ghc-bignum/src/GHC/Num/Integer.hs
</a>
</li>
<li class="file-stats">
<a href="#0fddd5316dd2410ec91e71bcb3934ad43477b11e">
<span class="new-file">
+
libraries/ghc-bignum/src/GHC/Num/Integer.hs-boot
</span>
</a>
</li>
<li class="file-stats">
<a href="#ef846b48b51b8e630e61836d776a41049673c8a2">
libraries/integer-gmp/src/GHC/Integer/GMP/Internals.hs
</a>
</li>
<li class="file-stats">
<a href="#1f366bc5cc9fea123d6a6ab6c25b1483994867d5">
rts/Printer.c
</a>
</li>
</ul>
<h5>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: #777;">

<br>
<a href="https://gitlab.haskell.org/ghc/ghc/-/compare/a14444526ad8cc6553770b00505ed7e8035dd767...41baa79bec32156c81a707c5f0aebae862af6d18">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.haskell.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.



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