[Git][ghc/ghc][wip/exception-context] 7 commits: Bump array submodule

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Thu Feb 29 16:24:39 UTC 2024



Ben Gamari pushed to branch wip/exception-context at Glasgow Haskell Compiler / GHC


Commits:
45c8c682 by Ben Gamari at 2024-02-29T09:20:36-05:00
Bump array submodule

- - - - -
7a660cc7 by Ben Gamari at 2024-02-29T09:20:36-05:00
Bump stm submodule

- - - - -
7a3155dd by Ben Gamari at 2024-02-29T09:20:36-05:00
Introduce exception context

- - - - -
e030e565 by Ben Gamari at 2024-02-29T09:20:36-05:00
ghc-internal: comment formatting

- - - - -
8099e229 by Ben Gamari at 2024-02-29T09:20:36-05:00
compiler: Default and warn ExceptionContext constraints

- - - - -
12e8f2c9 by Ben Gamari at 2024-02-29T10:47:37-05:00
base: Introduce exception backtraces

- - - - -
cfa10fef by Ben Gamari at 2024-02-29T10:47:37-05:00
users guide: Release notes for exception backtrace work

- - - - -


30 changed files:

- compiler/GHC/Builtin/Names.hs
- compiler/GHC/Core/Predicate.hs
- compiler/GHC/Driver/Flags.hs
- compiler/GHC/Driver/Session.hs
- compiler/GHC/Tc/Errors/Ppr.hs
- compiler/GHC/Tc/Errors/Types.hs
- compiler/GHC/Tc/Solver.hs
- compiler/GHC/Types/Error/Codes.hs
- docs/users_guide/9.8.1-notes.rst
- docs/users_guide/using-warnings.rst
- libraries/array
- libraries/base/base.cabal
- libraries/base/changelog.md
- libraries/base/src/Control/Exception.hs
- + libraries/base/src/Control/Exception/Annotation.hs
- + libraries/base/src/Control/Exception/Backtrace.hs
- + libraries/base/src/Control/Exception/Context.hs
- libraries/base/tests/IO/T21336/T21336a.stderr
- libraries/base/tests/IO/T21336/T21336b.stderr
- libraries/base/tests/IO/T4808.stderr
- libraries/base/tests/IO/mkdirExists.stderr
- libraries/base/tests/IO/openFile002.stderr
- libraries/base/tests/IO/withBinaryFile001.stderr
- libraries/base/tests/IO/withBinaryFile002.stderr
- libraries/base/tests/IO/withFile001.stderr
- libraries/base/tests/IO/withFile002.stderr
- libraries/base/tests/IO/withFileBlocking001.stderr
- libraries/base/tests/IO/withFileBlocking002.stderr
- libraries/base/tests/T15349.stderr
- libraries/base/tests/T19288.stderr


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/135f19a820aeeda8cd541507e34fddd6cb6898a0...cfa10fefd8be142ad80940198d8d01d65ecc4e28

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/135f19a820aeeda8cd541507e34fddd6cb6898a0...cfa10fefd8be142ad80940198d8d01d65ecc4e28
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/20240229/2ac7c344/attachment.html>


More information about the ghc-commits mailing list