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

Add basic array out of bounds check #192

Merged
merged 2 commits into from
Aug 24, 2022

Conversation

marcauberer
Copy link
Member

  • Introduce compiler error when trying to access an out-of-bounds array element. Currently, this only works if the access index is directly given as a literal
  • Add test

@marcauberer marcauberer added the enhancement New feature or request label Aug 24, 2022
@marcauberer marcauberer added this to the 0.11.0 milestone Aug 24, 2022
@marcauberer marcauberer self-assigned this Aug 24, 2022
@marcauberer marcauberer requested a review from a team as a code owner August 24, 2022 21:19
@marcauberer marcauberer merged commit 417668f into main Aug 24, 2022
@marcauberer marcauberer deleted the feature/array-out-of-bounds-check branch August 24, 2022 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant