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

2D array access should work within one index operation #115

Closed
Flipez opened this issue Sep 13, 2022 · 2 comments · Fixed by #129
Closed

2D array access should work within one index operation #115

Flipez opened this issue Sep 13, 2022 · 2 comments · Fixed by #129
Labels
AoC required for advent of code bug Something isn't working no-changelog

Comments

@Flipez
Copy link
Owner

Flipez commented Sep 13, 2022

Describe the bug
2D array access should work within one index operation

Program to repoduce
rocket-lang program to reproduce the behavior

Version:

  • next
@Flipez Flipez added the bug Something isn't working label Sep 13, 2022
@MarkusFreitag
Copy link
Collaborator

MarkusFreitag commented Sep 13, 2022

Please make sure that the fix not only works for 2D but for multiple dimensions in general.

@MarkusFreitag
Copy link
Collaborator

The bug is not limited to arrays, also appears for nested dictionaries or nested indexable objects in general.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AoC required for advent of code bug Something isn't working no-changelog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants