Skip to content

fix: missing array implementation#20

Merged
MrPoll0 merged 1 commit intomainfrom
feat/advanced-execution
Jul 3, 2025
Merged

fix: missing array implementation#20
MrPoll0 merged 1 commit intomainfrom
feat/advanced-execution

Conversation

@MrPoll0
Copy link
Owner

@MrPoll0 MrPoll0 commented Jul 3, 2025

  • Structured index expression with bounds, integer index and subtype checking
  • Tests for array validation (expression + codegen)
  • Must specify index to access array
  • Array is initialized to subtype default value on first value assigning (not on declare)
  • Only single array index supported for now
  • Restricted '[' and ']' from variable names
  • Improved Array Index Dialog UI
  • Disallowed empty inputs

- Structured index expression with bounds, integer index and subtype checking
- Tests for array validation (expression + codegen)
- Must specify index to access array
- Array is initialized to subtype default value on first value assigning (not on declare)
- Only single array index supported for now
- Restricted '[' and ']' from variable names
- Improved Array Index Dialog UI
- Disallowed empty inputs
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@MrPoll0 MrPoll0 merged commit e11e4a9 into main Jul 3, 2025
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants