Skip to content

Releases: r-prof/winch

winch 0.1.3

17 Feb 03:22

Choose a tag to compare

Chore

  • Auto-update from GitHub Actions (#96).

Continuous integration

  • Remove plogr usage.

  • Fix comment (#107).

  • Tweaks (#106).

  • Test all R versions on branches that start with cran- (#105).

  • Install binaries from r-universe for dev workflow (#103).

  • Fix reviewdog and add commenting workflow (#101).

  • Use workflows for fledge (#99).

  • Sync (#98).

  • Use reviewdog for external PRs (#97).

  • Cleanup and fix.

  • Format with air, check detritus, better handling of extra-packages (#95).

  • Enhance permissions for workflow (#94).

winch 0.1.2

10 Nov 02:29

Choose a tag to compare

Chore

  • Avoid calling abort() (#91).

winch 0.1.1

12 Dec 02:16

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

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

Choose a tag to compare

Chore

winch 0.0.11

31 Oct 09:47

Choose a tag to compare

Bug fixes

winch 0.0.10

21 Oct 14:21

Choose a tag to compare

Bug fixes

winch 0.0.9

20 Oct 01:06

Choose a tag to compare

Breaking changes

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

winch 0.0.8

18 Mar 14:35

Choose a tag to compare

  • Fix compatibility with vctrs > 0.3.8.

winch 0.0.7

24 Oct 18:11

Choose a tag to compare

  • Fix compatibility with dev rlang (#50).
  • Use correct printf() format for uintptr_t (#48, @QuLogic).