Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reinier Maas
GHC
Commits
18c5409f
Commit
18c5409f
authored
1 year ago
by
Ben Gamari
Committed by
Marge Bot
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
users guide: Release notes for exception backtrace work
parent
3886a205
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/users_guide/9.8.1-notes.rst
+11
-0
11 additions, 0 deletions
docs/users_guide/9.8.1-notes.rst
with
11 additions
and
0 deletions
docs/users_guide/9.8.1-notes.rst
+
11
−
0
View file @
18c5409f
...
...
@@ -228,6 +228,17 @@ Runtime system
- ``Data.Tuple`` now exports ``getSolo :: Solo a -> a``.
- Exceptions can now carry arbitrary user-defined annotations via the new
:base-ref:`GHC.Exception.Type.ExceptionContext` implicit parameter of
``SomeException``. These annotations are intended to be used to carry
context describing the provenance of an exception.
- GHC now collects backtraces for synchronous exceptions. These are carried by
the exception via the ``ExceptionContext`` mechanism described above.
GHC supports several mechanisms by which backtraces can be collected which
can be individually enabled and disabled via
:base-ref:`GHC.Exception.Backtrace.setEnabledBacktraceMechanisms`.
``ghc-prim`` library
~~~~~~~~~~~~~~~~~~~~
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment