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

Delay analyze disassembly parse errors. #21

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

Chadderz121
Copy link
Collaborator

optiwise analyze eagerly reported parse errors in reading the optiwise disassemble output, but this is unnecessary if the parse error won't actually affect the analysis. This patch delays the errors until the given module is actually referenced, so that small errors in irrelevant modules don't ruin the analysis.

This addresses one of the problems in issue #20

`optiwise analyze` eagerly reported parse errors in reading the `optiwise
disassemble` output, but this is unnecessary if the parse error won't actually
affect the analysis. This patch delays the errors until the given module is
actuaqlly referenced, so that small errors in irrelevant modules don't ruin the
analysis.
@Chadderz121 Chadderz121 added the bug Something isn't working label Oct 7, 2024
@intheRain07 intheRain07 merged commit f97c33f into main Oct 7, 2024
@intheRain07 intheRain07 deleted the bugfix-delay-analyze-dissaemble-error branch October 7, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants