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

Throw exceptions on duplicate warnings in debug mode #205

Open
jubnzv opened this issue Oct 31, 2024 · 0 comments
Open

Throw exceptions on duplicate warnings in debug mode #205

jubnzv opened this issue Oct 31, 2024 · 0 comments
Labels
area:detectors Related to existing detectors enhancement New feature or request

Comments

@jubnzv
Copy link
Member

jubnzv commented Oct 31, 2024

Typically, when a detector generates duplicate warnings, it indicates poor design in AST/CFG traversals, which should be improved. We could introduce an additional environment variable like MISTI_DEBUG to throw exceptions when these cases are detected instead of just filtering them out in the Driver.

@jubnzv jubnzv added enhancement New feature or request area:detectors Related to existing detectors labels Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:detectors Related to existing detectors enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant