Closed
Description
Creating the *-fuzz.zip
takes a lot of time even on a simple project. Yet simple checks like "only create if it doesn't exist" easily leave us fuzzing already-fixed code. It'd be really nice if it behaved like go install
and friends and only recreated the zip if the inputs have updated. I'm sure implementing this once in go-fuzz is better than every caller implementing a bad version of it in a shell script, which is what I almost just did...