Prioritize fuzz for JSON and code coverage

This commit is contained in:
Jay Berkenbilt 2024-01-12 07:33:16 -05:00
parent 25e87a9d03
commit 7315aa8c9b
1 changed files with 2 additions and 2 deletions

View File

@ -29,6 +29,8 @@ Always
Next
====
* Consider adding fuzzer code for JSON
* Add some additional code coverage analysis to CI
* Spell check: Have the spell-check script synchronize cSpell.json with .idea/dictionaries/qpdf.xml,
which should be set to the union of all the validated user dictionaries.
* Maybe fix #553 -- use file times for attachments (trivial with C++-20)
@ -377,8 +379,6 @@ so, I find it useful to make reference to them in this list.
* Look at https://bestpractices.coreinfrastructure.org/en
* Consider adding fuzzer code for JSON
* Rework tests so that nothing is written into the source directory. Ideally then the entire build
could be done with a read-only source tree.