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

Error in defining strings in .data section #91

Closed
MassimilianoMancini opened this issue Jun 3, 2021 · 3 comments
Closed

Error in defining strings in .data section #91

MassimilianoMancini opened this issue Jun 3, 2021 · 3 comments
Assignees

Comments

@MassimilianoMancini
Copy link

In version 2.2.0 (win64) defining following strings in .data section throws compilation errors as reported in remarks:

.data

# Unmatched parenthesis
anystring1:   .string   "foo("
anystring2:   .string   "foo)"

# Stray '.' in line
anystring3:   .string   "foo(.)"
@mortbopet mortbopet self-assigned this Jun 3, 2021
@mortbopet
Copy link
Owner

Thank you for finding this - this seems to be issues with the expression evaluator.

@mortbopet
Copy link
Owner

@MassimilianoMancini when you have time, please check whether the issue has been fixed by ae930d1.
The fix is available in the latest continuous build: https://github.com/mortbopet/Ripes/releases/tag/continuous

@MassimilianoMancini
Copy link
Author

@mortbopet Checked and I confirm that it has been fixed. Thank you

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

No branches or pull requests

2 participants