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

Multi-dimensional arrays fail checking for variable prefix #373

Open
mkruselj opened this issue May 2, 2023 · 0 comments
Open

Multi-dimensional arrays fail checking for variable prefix #373

mkruselj opened this issue May 2, 2023 · 0 comments
Labels

Comments

@mkruselj
Copy link
Collaborator

mkruselj commented May 2, 2023

Very simple:

on init
    declare foo[2, 2]
    message(%foo[0, 0])
end on

This fails the test at L1174 in ksp_compiler.py

@mkruselj mkruselj added the Bug label May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant