testthat 3.0.4
-
The vendored Catch code used for
use_catch()
now uses a constant
value for the stack size rather than relying on SIGSTKSZ. This
fixes compatibility for recent glibc versions where SIGSTKSZ is no
longer a constant. -
Fixed an issue that caused errors and early termination of tests on
R <= 3.6 when a failing condition expectation was signalled inside a
snapshot.