-
Notifications
You must be signed in to change notification settings - Fork 0
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
Validation error: Illegal indexed access #16
Labels
dsl 🗒️
Issues regarding the domain specific programming language
released
Included in a release
validation ✔️
Improved or new static checks
Milestone
Comments
lars-reimann
added a commit
that referenced
this issue
Nov 24, 2023
Closes #16 ### Summary of Changes * Show an error if we know that a map key does not exist. * Show an error if we know that a list index is out of bounds.
lars-reimann
pushed a commit
that referenced
this issue
Nov 25, 2023
## [0.5.0](v0.4.0...v0.5.0) (2023-11-25) ### Features * error if index of indexed access is invalid ([#796](#796)) ([5017759](5017759)), closes [#16](#16) * full implementation of partial evaluator ([#798](#798)) ([7643794](7643794)), closes [#603](#603) * settings to hide selected warnings/infos ([#795](#795)) ([ff7c23a](ff7c23a)), closes [#35](#35) ### Bug Fixes * handling of default values in entry point of call graph computation ([#797](#797)) ([a5db23c](a5db23c))
🎉 This issue has been resolved in version 0.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dsl 🗒️
Issues regarding the domain specific programming language
released
Included in a release
validation ✔️
Improved or new static checks
If receiver and index of an indexed access evaluate to some value known to the compiler, verify that the indexed access will succeed.
The text was updated successfully, but these errors were encountered: