Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused labels #229

Open
MattWindsor91 opened this issue Oct 21, 2020 · 0 comments
Open

Remove unused labels #229

MattWindsor91 opened this issue Oct 21, 2020 · 0 comments
Labels
Area:Fuzzer Specifically affecting the program mutator Type:Enhancement New feature or request

Comments

@MattWindsor91
Copy link
Collaborator

The fuzzer doesn't yet clean up to remove labels that have never been the target of gotos. This needlessly clutters test-cases, and also produces compiler warnings.

This would involve a whole-testcase traversal at the end of the fuzzer (at the same time as we remove unused threads, I guess), as well as storing metadata about which labels are targets of gotos (which I don't think we do yet.)

@MattWindsor91 MattWindsor91 added Type:Enhancement New feature or request Area:Fuzzer Specifically affecting the program mutator labels Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area:Fuzzer Specifically affecting the program mutator Type:Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant