Emily Selwood

Results 21 issues of Emily Selwood

The documentation on the examples leaves a bit to be desired. It should only be necessary to look at one of the examples (the one for the thing you are...

enhancement

It would be useful to have functions to convert index objects into lat and lon coordinates using the images metadata.

enhancement

A plug in for SBT would be helpful for projects that are built using sbt rather than maven or gradle.

Enhancement
help wanted

It may be helpful to track down failure cases if the coverage data was saved along with the stack trace and the input.

Enhancement

This may be a way to deal with the distributed fuzzing problem nicely. Ideally this would be another maven target that creates a docker file that copies the project into...

Enhancement
Big

Currently the failed runs that cover new code paths don't get added to the corpus. We should probably add them as it might be possible to get to more interesting...

Enhancement

Use a real robust set of code rather than our Arguments classes. Open to suggestions here.

Enhancement
help wanted

This is a really big task. We will need to split this down. We should have a server that generates test cases and a client that can connect and process...

Enhancement
Big

It is sometimes helpful to be able to run a single look of a fuzz test to prove the code works. An easy way to do this is create a...

Enhancement

We need a tool to go through the corpus and reduce it to a minimal set that covers all the possible code paths. This should be possible with the coverage...

Enhancement
Big