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

Directory rendering and parsing is wrong. #1208

Open
c3d opened this issue Sep 24, 2024 · 0 comments
Open

Directory rendering and parsing is wrong. #1208

c3d opened this issue Sep 24, 2024 · 0 comments
Labels
bug Something isn't working done Issues that are done on dev (will be in next release)

Comments

@c3d
Copy link
Owner

c3d commented Sep 24, 2024

The rendering of a directory is now lacking spaces, which means that reading back generally fails.

The parsing of directories does not accept DIR as a prefix, which makes it incompatible with HP calculators.

@c3d c3d added bug Something isn't working done Issues that are done on dev (will be in next release) labels Sep 24, 2024
c3d added a commit that referenced this issue Sep 24, 2024
Rendering variables in a directory requires spacing.
This also impacted the saving of any state with directories.

Also accept `DIR` to introduce directories.

Add the corresponding parsing and rendering tests.

Fixes: #1208

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
c3d added a commit that referenced this issue Sep 27, 2024
Rendering variables in a directory requires spacing.
This also impacted the saving of any state with directories.

Also accept `DIR` to introduce directories.

Add the corresponding parsing and rendering tests.

Fixes: #1208

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working done Issues that are done on dev (will be in next release)
Projects
None yet
Development

No branches or pull requests

1 participant