You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ListDumpFeedback: Add modified ListFeedback that will dump newly observed addresses (#3394)
* ListDumpFeedback: Add modified ListFeedback that will dump newly observed addresses
* ListFeedback: move functionality of ListDumpFeedback to ListFeedback
Adds a second constructor `with_coverage_dump` to ListFeedback. This will
create an Option<File> from a path parameter. `has_interesting_list_observer_feedback` will
than write any new observed coverage to the file. For the already existing `new`
constructor, this Option<File> is set to `None`.
Removes the `Clone` trait from ListFeedback and adds necessary traits
`ToString` and `LowerHex` to `T`.
* ListFeedback: move write of new addresses to `append_list_observer_metadata`
* ListFeedback: make `std` usage depending on target environment
* ListFeedback: make `file` field depending on std
* ListFeedback: make clippy happy
* ListFeedback: delete as per @totatoka's comment in #3394
0 commit comments