package xapi-backtrace

  1. Overview
  2. Docs
A simple library for recording and managing backtraces

Install

dune-project
 Dependency

Authors

Maintainers

Sources

xapi-backtrace-0.8.tbz
sha256=f4ccdde88d09e9c20c37830935347a8616a23aeb406a8c3a7264ce5d84502843
sha512=cb3f4bd704e63797001c2b8945a31ae770aa82969b1e7f2e17e16fe7d05d9ddca0a2ef8861c81b8672d18cdbcabcadd8582502928820e8fd6f9c3743fb95f219

doc/CHANGES.html

v0.8 (13-Mar-2026)

  • Set a license
  • Provide a new with_backtraces that prevents printing invalid traces
  • Fix losing backtraces when reraising
  • Add regression tests

v0.7 (18-Sep-2018)

  • Remove dependency on full sexplib
  • Simplify jbuild, quiet warnings, move to dune and update opam dependencies
  • jbuild: remove ppx_deriving_rpc from libraries
  • Move to dune and update opam dependencies

v0.6 (16-May-2018)

  • Add support for ppx_sexp_conv >= v0.11.0

v0.5 (04-Aug-2017)

  • port to jbuilder

v0.3 (21-Aug-2015)

  • correct ordering
  • add rpc to opam
  • add doc gen to _oasis

v0.2 (20-Nov-2014)

  • store backtraces as lists of records rather than strings
  • change the API for "importing" backtraces from other languages