Skip to content

Releases: r-prof/winch

winch 0.1.1

12 Dec 02:16
Compare
Choose a tag to compare

Bug fixes

  • Gracefully degrade if unw_get_proc_name() results in an error.

winch 0.1.0

25 Apr 01:49
Compare
Choose a tag to compare

Features

  • winch_trace_back() returns a new is_libr column that indicates if an entry is from R's shared library (#56).

Chore

  • Deprecate winch_add_trace_back(), to be reimplemented in rlang (#56).

  • Tweak snapshot.

  • Fix compiler warning regarding empty prototype.

winch 0.0.12

01 Feb 16:15
Compare
Choose a tag to compare

Chore

winch 0.0.11

31 Oct 09:47
Compare
Choose a tag to compare

Bug fixes

winch 0.0.10

21 Oct 14:21
Compare
Choose a tag to compare

Bug fixes

winch 0.0.9

20 Oct 01:06
Compare
Choose a tag to compare

Breaking changes

  • rlang backtraces are disabled for now (#56).

winch 0.0.8

18 Mar 14:35
Compare
Choose a tag to compare
  • Fix compatibility with vctrs > 0.3.8.

winch 0.0.7

24 Oct 18:11
Compare
Choose a tag to compare
  • Fix compatibility with dev rlang (#50).
  • Use correct printf() format for uintptr_t (#48, @QuLogic).

winch 0.0.6

16 Nov 12:57
Compare
Choose a tag to compare
  • Work around CRAN check failures on Linux with C locale and Windows oldrel (#45).

  • Enable more tests on CRAN (#43).

winch 0.0.5

10 Nov 09:03
Compare
Choose a tag to compare
  • Fix checks when libbacktrace compiles but is broken (#40).

  • Vendor libraries are not checked on Valgrind (#41).