CBTF 0.3.0
Changes in CBTF 0.3.0 (2025-07-26)
- Warnings containing the name of the function being fuzzed are no longer reported, to make their behaviour consistent with that of errors.
- Add the
packageargument tofuzz()as an alternative and simpler way to specify the namespace where function names are searched. - Don't consider primitives (such as
list()or+) to be functions with no arguments (#5). - Make the
whatargument tofuzz()accept a list of inputs, so that the function can test multiple inputs in the same run. - Add function
test_inputs()to return a configurable list of problematic inputs. - Add the
listify_whatargument tofuzz()so that each input inwhatis also tested in its listified version. - Provide the S3 method for
length(). - Make the output from summary() more informative and include a column with the inputs tested in the data frame returned.
Full Changelog: v0.2.0...v0.3.0