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

dictionary (#) not working with files containing non-proper labels #1603

Open
drkameleon opened this issue Apr 17, 2024 · 0 comments
Open

dictionary (#) not working with files containing non-proper labels #1603

drkameleon opened this issue Apr 17, 2024 · 0 comments
Assignees
Labels
bug Something isn't working :dictionary

Comments

@drkameleon
Copy link
Collaborator

Describe the bug

if we do `#"somefile.art" and the file contains e.g.:

a: 2
b: 3

this will work (since we have proper labels that generate DStore operations).

Now, if the file was:

"a"   : 2
"b"   : 3

these would not be label (pay attention the spacing!), but would generate let instructions...

@drkameleon drkameleon added bug Something isn't working :dictionary labels Apr 17, 2024
@drkameleon drkameleon self-assigned this Apr 17, 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 :dictionary
Projects
None yet
Development

No branches or pull requests

1 participant