[Git][ghc/ghc][wip/T21909] 7 commits: Update JavaScript fileStat to match Emscripten layout
Apoorv Ingle (@ani)
gitlab at gitlab.haskell.org
Mon Feb 6 18:51:33 UTC 2023
Apoorv Ingle pushed to branch wip/T21909 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
- - - - -
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
- - - - -
9837dc20 by Apoorv Ingle at 2023-02-06T18:51:31+00:00
Give expansion fuel for pending wanted and pending given classes while trying to simplifying them
Related to #21909
- - - - -
ea038367 by Apoorv Ingle at 2023-02-06T18:51:31+00:00
test cases for #21909
- - - - -
c437f08e by Apoorv Ingle at 2023-02-06T18:51:31+00:00
reduce fuel for wanted constraints
- - - - -
30 changed files:
- .gitlab/gen_ci.hs
- .gitlab/jobs.yaml
- compiler/GHC.hs
- compiler/GHC/Tc/Solver/Canonical.hs
- compiler/GHC/Tc/Solver/Monad.hs
- compiler/GHC/Tc/Types/Constraint.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
The diff was not included because it is too large.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/29a276de4686453852d1699f506528bcb1c421e4...c437f08ef9082632553462f2354dd8dd4793296d
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/29a276de4686453852d1699f506528bcb1c421e4...c437f08ef9082632553462f2354dd8dd4793296d
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/7b743fd2/attachment.html>
More information about the ghc-commits
mailing list