Skip to content

CRAN release v1.3.1 (Oct 24, 2021)

Latest
Compare
Choose a tag to compare
@aryoda aryoda released this 25 Oct 07:17
· 8 commits to master since this release

See https://cran.r-project.org/package=tryCatchLog

Version 1.3.1 (Oct 24, 2021) for CRAN

Version 1.3.0 (Sept 30, 2021)

  • Fix critical bug #68: Bad condition logging performance with bug data sizes
    (#68)
  • Limit the maximum number of source code rows printed in the full call stack per call to 10
    (was unlimited before which cause bug #68 if large data in arguments was printed too)
  • Add option tryCatchLog.max.lines.per.call to change the maximum number of source code rows
    printed in the full call stack per call

Version 1.2.5 (Sept 06, 2021)

  • Implement feature request #62: Optional logging of conditions via the new logged.conditions argument
    (#62). Conditions are now no longer logged by default
    to avoid flooding the log output.

    Many thanks to Valerian Wrobel for this contribution!