Skip to content

Initialization speed and pre-processing progress messages

Latest
Compare
Choose a tag to compare
@wlandau wlandau released this 08 May 16:56
· 9 commits to main since this release

targets 1.11.3

Bug fixes

Other changes

  • Call suppressPackageStartupMessages() once for the whole pipeline. Repeated target-specific calls may be slow, and the messages themselves are cumbersome. This is an appropriate tradeoff.
  • Ensure the progress bar from the balanced reporter does not chop up messages from tar_debug_instructions().
  • Remove ANSI escape sequences from warnings and error messages.
  • Use cli::cli_text() instead of cli::cli_progress_output() (#1478, @dipterix).
  • Minor speedups in the beginning and end of tar_make() (#1482).
  • Cache _targets/objects/ time stamps only for local builders mentioned in the metadata, as opposed to everything in that directory (#1482).
  • Instrument pre-processing overhead with progress bars (#1482).