NEWS.md
winch_trace_back()
returns a new is_libr
column that indicates if an entry is from R’s shared library (#56).Deprecate winch_add_trace_back()
, to be reimplemented in rlang (#56).
Tweak snapshot.
Fix compiler warning regarding empty prototype.
Adapt to trace format with version specification in attribute in rlang 0.4.8 (#35).
Fix Valgrind error.
Fix check errors if functionality is not available (#31).
Fix check on CRAN Debian clang (#32).
Only enable libbacktrace if it can be configured and built. This fixes problems on Windows oldrelease and Solaris (#34).
Initial release.
winch_trace_back()
provides native stack trace as data frame.winch_add_trace_back()
integrates the native stack trace into an rlang traceback.