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

fixed annotations on assembly output for assembly-checker #1357

Merged
merged 2 commits into from
Aug 19, 2022

Conversation

OwenConoly
Copy link
Collaborator

Fixed the bug that caused the "overwhelmingly long list" mentioned in #1351.

The issue was caused by the assembly checker not recognizing that identical (separate) lines of assembly code were not in fact the same line. The annotations from identical lines were all lumped together, resulting in the "overwhelmingly long" annotations.

Copy link
Collaborator

@JasonGross JasonGross left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks mostly good, thank you!

src/Assembly/Parse.v Outdated Show resolved Hide resolved
src/Assembly/Parse.v Outdated Show resolved Hide resolved
src/Assembly/Syntax.v Outdated Show resolved Hide resolved
@JasonGross JasonGross enabled auto-merge (squash) August 18, 2022 20:52
@JasonGross JasonGross merged commit 68ab6bf into mit-plv:master Aug 19, 2022
OwenConoly added a commit that referenced this pull request Nov 13, 2022
* fixed assembly annotation bug

* included line numbers in assembly parsing errors.  changed type of line number from nat to N.
@OwenConoly OwenConoly deleted the annotation_fix branch May 5, 2023 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants