[Git][ghc/ghc][wip/marge_bot_batch_merge_job] 5 commits: JS: replace "js" architecture with "javascript"

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Tue Feb 7 10:20:51 UTC 2023



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


Commits:
6636b670 by Sylvain Henry at 2023-02-06T09:43:21-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>

- - - - -
77a8234c by Luite Stegeman at 2023-02-06T09:43:59-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

- - - - -
3e09cf82 by Jan HrĨek at 2023-02-06T09:44:38-05:00
Remove extraneous word in Roles user guide

- - - - -
594bda5d by sheaf at 2023-02-07T05:20:45-05:00
Don't allow . in overloaded labels

This patch removes . from the list of allowed characters in a non-quoted
overloaded label, as it was realised this steals syntax, e.g. (#.).

Users who want this functionality will have to add quotes around the
label, e.g. `#"17.28"`.

Fixes #22821

- - - - -
28c5c7d3 by romes at 2023-02-07T05:20:45-05:00
Update kinds in comments in GHC.Core.TyCon

Use `Type` instead of star kind (*)
Fix comment with incorrect kind * to have kind `Constraint`

- - - - -


30 changed files:

- .gitlab/gen_ci.hs
- .gitlab/jobs.yaml
- compiler/GHC.hs
- compiler/GHC/Core/TyCon.hs
- compiler/GHC/Parser/Lexer.x
- config.sub
- configure.ac
- docs/users_guide/9.6.1-notes.rst
- 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


The diff was not included because it is too large.


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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/6c2a5ec25742b5175304f7c5652be8a04d3efab6...28c5c7d3bbd80090abdaa2a1fbd1421d2b3e5c5f
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/20230207/bc6b2a56/attachment.html>


More information about the ghc-commits mailing list