-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat: Literal support #207
feat: Literal support #207
Conversation
parser_library/src/expressions/conditional_assembly/terms/ca_symbol_attribute.h
Outdated
Show resolved
Hide resolved
parser_library/src/expressions/conditional_assembly/terms/ca_symbol_attribute.h
Outdated
Show resolved
Hide resolved
parser_library/src/context/ordinary_assembly/postponed_statement.h
Outdated
Show resolved
Hide resolved
parser_library/src/context/ordinary_assembly/ordinary_assembly_context.h
Outdated
Show resolved
Hide resolved
ord_ctx.reserve_storage_area(size, no_align); | ||
|
||
if (!cycle_ok) | ||
diags.add_diagnostic(diagnostic_op::error_E033(it->second.r)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test this case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am reasonably sure that this should never really happen, but not 100%.
Kudos, SonarCloud Quality Gate passed! |
🎉 This PR is included in version 1.0.0-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.