Skip to content

Implement a method to compute state metadata from an Observer #25

@andreafioraldi

Description

@andreafioraldi

At the moment, a Feedback can process an Observer and produce just testcase metadata.

As Feedback it related to the Corpus evolution, and as part of State cannot handle State for borrowing reasons, I propose to add state metadata based on observers in the post_exec() method of Executor.

We should create the MetaCollectorExecutor trait that override post_exec and forward it to an underlying base implementation.

Something like

let executor = DictionaryCollectorExecutor::new(InProcessExecutor::new(...));

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is neededquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions