[Git][ghc/ghc][wip/exception-context-prereqs] Deleted 5 commits: base: Introduce exception context

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Mon Feb 19 18:16:46 UTC 2024



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


WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.


Deleted commits:
7905f37d by Ben Gamari at 2024-02-19T13:16:06-05:00
base: Introduce exception context

- - - - -
54bf63e1 by Ben Gamari at 2024-02-19T13:16:06-05:00
compiler: Default and warn ExceptionContext constraints

- - - - -
ec7818d2 by Ben Gamari at 2024-02-19T13:16:06-05:00
base: Don't collect backtraces in onException

- - - - -
1ef68a45 by Ben Gamari at 2024-02-19T13:16:06-05:00
rts: Don't dump IPE entries on startup with DEBUG rts

- - - - -
9e680928 by Ben Gamari at 2024-02-19T13:16:06-05:00
Update testsuite output

- - - - -


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/base/changelog.md
- 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
- libraries/base/tests/assert.stderr
- libraries/base/tests/topHandler04.stderr
- libraries/ghc-internal/ghc-internal.cabal
- libraries/ghc-internal/src/GHC/Conc/Sync.hs
- libraries/ghc-internal/src/GHC/Exception.hs
- + libraries/ghc-internal/src/GHC/Exception/Backtrace.hs


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/417bf5662bd634664f9f3b79eb13bae684895049...9e680928c5c5302a4912119eb10e08a0001ad07e

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/417bf5662bd634664f9f3b79eb13bae684895049...9e680928c5c5302a4912119eb10e08a0001ad07e
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/20240219/5b19fd86/attachment.html>


More information about the ghc-commits mailing list