Commit graph

3 commits

Author SHA1 Message Date
Ruud van Asseldonk
ff501c2a09 Remove historical fuzz modes from corpus
I migrated my corpus locally by running the expand tool followed by a
cmin.
2024-04-27 14:11:03 +02:00
Ruud van Asseldonk
a42ca7ca8e Reformat Python code, silence Mypy error
The .to_bytes() method has a default value for length, but apparently
Mypy does not know that yet. Maybe it is running for an older Python
version.
2024-02-15 23:37:52 +01:00
Ruud van Asseldonk
9216b44900 Adjust the schema of the fuzzer, expand corpus
I accidentally reused the mode letter for typecheck and for toml export.
So now is maybe a good time to create a copy of every input, reorder the
modes, then minimize the corpus again.
2024-02-15 22:25:49 +01:00