-
-
Notifications
You must be signed in to change notification settings - Fork 426
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Description
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
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested