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

STR$ format code for negative format may not work right #132

Open
rlamorea opened this issue Sep 7, 2024 · 0 comments
Open

STR$ format code for negative format may not work right #132

rlamorea opened this issue Sep 7, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rlamorea
Copy link
Owner

rlamorea commented Sep 7, 2024

By code inspection, it really looks like the parsing of the negative format is messed up.

For one thing, the code that looks correct is assigned to C -- and that is the second C case
in the switch, which means it won't be hit.

The code for S which appears to be setting negative format, looks like incomplete code.

Finally, it seems like N would be a better format code.

@rlamorea rlamorea added the bug Something isn't working label Sep 7, 2024
@rlamorea rlamorea self-assigned this Sep 7, 2024
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

No branches or pull requests

1 participant