Skip to content

rlang 0.4.8

Choose a tag to compare

@lionel- lionel- released this 08 Oct 11:35
  • Backtraces now include native stacks (e.g. from C code) when the
    winch package is installed and
    rlang_trace_use_winch is set to TRUE (@krlmlr).

  • Compatibility with upcoming testthat 3 and magrittr 2 releases.

  • get_env() now returns the proper environment with primitive
    functions, i.e. the base namespace rather than the base environment
    (r-lib/downlit#32).

  • entrace() no longer handles non-rlang errors that carry a
    backtrace. This improves compatibility with packages like callr.

  • Backtraces of unhandled errors are now displayed without truncation
    in non-interactive sessions (#856).

  • is_interactive() no longer consults "rstudio.notebook.executing"
    option (#1031).