[Git][ghc/ghc][wip/marge_bot_batch_merge_job] 4 commits: Update JavaScript fileStat to match Emscripten layout

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Mon Feb 6 11:52:56 UTC 2023



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


Commits:
b18fbf52 by Josh Meredith at 2023-02-06T07:47:57+00:00
Update JavaScript fileStat to match Emscripten layout

- - - - -
a11a1db1 by Sylvain Henry at 2023-02-06T06:52:35-05:00
JS: replace "js" architecture with "javascript"

Despite Cabal supporting any architecture name, `cabal --check` only
supports a few built-in ones. Sadly `cabal --check` is used by Hackage
hence using any non built-in name in a package (e.g. `arch(js)`) is
rejected and the package is prevented from being uploaded on Hackage.

Luckily built-in support for the `javascript` architecture was added for
GHCJS a while ago. In order to allow newer `base` to be uploaded on
Hackage we make the switch from `js` to `javascript` architecture.

Fixes #22740.

Co-authored-by: Ben Gamari <ben at smart-cactus.org>

- - - - -
7944deea by Luite Stegeman at 2023-02-06T06:52:37-05:00
Fix marking async exceptions in the JS backend

Async exceptions are posted as a pair of the exception and
the thread object. This fixes the marking pass to correctly
follow the two elements of the pair.

Potentially fixes #22836

- - - - -
6c2a5ec2 by Jan HrĨek at 2023-02-06T06:52:40-05:00
Remove extraneous word in Roles user guide

- - - - -


30 changed files:

- .gitlab/gen_ci.hs
- .gitlab/jobs.yaml
- compiler/GHC.hs
- config.sub
- configure.ac
- docs/users_guide/exts/roles.rst
- hadrian/bindist/config.mk.in
- hadrian/src/Oracles/Flag.hs
- hadrian/src/Oracles/Setting.hs
- libraries/base/Control/Concurrent.hs
- libraries/base/GHC/Conc/IO.hs
- libraries/base/GHC/Conc/Windows.hs
- libraries/base/GHC/Event.hs
- libraries/base/GHC/Event/Thread.hs
- libraries/base/GHC/Event/TimerManager.hs
- libraries/base/GHC/IO/Encoding.hs
- libraries/base/GHC/IO/Encoding/CodePage/API.hs
- libraries/base/GHC/IO/FD.hs
- libraries/base/GHC/JS/Prim.hs
- libraries/base/GHC/JS/Prim/Internal/Build.hs
- libraries/base/GHC/Stack/CCS.hsc
- libraries/base/GHC/TopHandler.hs
- libraries/base/GHC/Windows.hs
- libraries/base/System/CPUTime.hsc
- libraries/base/System/Environment.hs
- libraries/base/System/Environment/ExecutablePath.hsc
- libraries/base/System/Posix/Internals.hs
- libraries/base/System/Timeout.hs
- libraries/base/base.cabal
- libraries/base/jsbits/base.js


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/e37532fb5f792f3a8a11686c1556ad07d12f62ec...6c2a5ec25742b5175304f7c5652be8a04d3efab6

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/e37532fb5f792f3a8a11686c1556ad07d12f62ec...6c2a5ec25742b5175304f7c5652be8a04d3efab6
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/20230206/c2046c0d/attachment.html>


More information about the ghc-commits mailing list