[Git][ghc/ghc][wip/marge_bot_batch_merge_job] 4 commits: gitlab-ci: Test master branch as well

Marge Bot gitlab at gitlab.haskell.org
Fri Aug 21 23:18:59 UTC 2020



 Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC


Commits:
989c1c27 by Ben Gamari at 2020-08-21T11:27:53-04:00
gitlab-ci: Test master branch as well

While these builds are strictly speaking redundant (since every commit
is tested by @marge-bot before making it into `master`), they are nevertheless
useful as they are displayed in the branch's commit list in GitLab's web interface.

Fixes #18595.
- - - - -
c5694c4d by Aditya Gupta at 2020-08-21T19:18:50-04:00
mkUnique refactoring (#18362)

Move uniqFromMask from Unique.Supply to Unique.
Move the the functions that call mkUnique from Unique to Builtin.Uniques

- - - - -
f0488f18 by Wander Hillen at 2020-08-21T19:18:51-04:00
Add ubuntu 20.04 jobs for nightly and release

- - - - -
32c60ff4 by Craig Ferguson at 2020-08-21T19:18:52-04:00
Utils: clarify docs slightly

The previous comment implies `nTimes n f` is either `f^{n+1}` or
`f^{2^n}` (when in fact it's `f^n`).

- - - - -


30 changed files:

- .gitlab-ci.yml
- compiler/GHC/Builtin/Names.hs
- compiler/GHC/Builtin/Names/TH.hs
- compiler/GHC/Builtin/PrimOps.hs
- compiler/GHC/Builtin/Types.hs
- compiler/GHC/Builtin/Types.hs-boot
- compiler/GHC/Builtin/Types/Prim.hs
- compiler/GHC/Builtin/Uniques.hs
- compiler/GHC/Builtin/Uniques.hs-boot
- compiler/GHC/CmmToAsm/Reg/Graph/Base.hs
- compiler/GHC/CmmToAsm/Reg/Graph/SpillClean.hs
- compiler/GHC/Core/DataCon.hs
- compiler/GHC/Core/DataCon.hs-boot
- compiler/GHC/Core/Opt/Arity.hs
- compiler/GHC/Core/Opt/Exitify.hs
- compiler/GHC/Core/Opt/Monad.hs
- compiler/GHC/Core/TyCon.hs
- compiler/GHC/Core/TyCon.hs-boot
- compiler/GHC/CoreToByteCode.hs
- compiler/GHC/Iface/Ext/Ast.hs
- compiler/GHC/Platform/Reg.hs
- compiler/GHC/Platform/Reg/Class.hs
- compiler/GHC/Stg/Pipeline.hs
- compiler/GHC/Tc/TyCl/Utils.hs
- compiler/GHC/Tc/Utils/Monad.hs
- compiler/GHC/Tc/Validity.hs
- compiler/GHC/Types/FieldLabel.hs
- compiler/GHC/Types/Id.hs
- + compiler/GHC/Types/Id.hs-boot
- compiler/GHC/Types/Id/Make.hs


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/f1ef981c78ff0c11961057e4ca316ce23b1d8965...32c60ff475435d94f1a3fb3f089b738c897b724d

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/f1ef981c78ff0c11961057e4ca316ce23b1d8965...32c60ff475435d94f1a3fb3f089b738c897b724d
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/20200821/ee20d2af/attachment.html>


More information about the ghc-commits mailing list