Commit 7315aa8c9b924c9351838ec5c1351a8c75e66bf1
1 parent
25e87a9d
Prioritize fuzz for JSON and code coverage
Showing
1 changed file
with
2 additions
and
2 deletions
TODO.md
| ... | ... | @@ -29,6 +29,8 @@ Always |
| 29 | 29 | Next |
| 30 | 30 | ==== |
| 31 | 31 | |
| 32 | +* Consider adding fuzzer code for JSON | |
| 33 | +* Add some additional code coverage analysis to CI | |
| 32 | 34 | * Spell check: Have the spell-check script synchronize cSpell.json with .idea/dictionaries/qpdf.xml, |
| 33 | 35 | which should be set to the union of all the validated user dictionaries. |
| 34 | 36 | * 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. |
| 377 | 379 | |
| 378 | 380 | * Look at https://bestpractices.coreinfrastructure.org/en |
| 379 | 381 | |
| 380 | -* Consider adding fuzzer code for JSON | |
| 381 | - | |
| 382 | 382 | * Rework tests so that nothing is written into the source directory. Ideally then the entire build |
| 383 | 383 | could be done with a read-only source tree. |
| 384 | 384 | ... | ... |