Opened 10 years ago
Closed 3 years ago
#3149 closed defect (fixed)
Improve deduction of implicit iteration ranges in for-loops
Reported by: | Per Östlund | Owned by: | Per Östlund |
---|---|---|---|
Priority: | normal | Milestone: | 1.19.0 |
Component: | New Instantiation | Version: | trunk |
Keywords: | Cc: |
Description
The deduction of implicit iteration ranges in for-loops lacks some features which should be implemented:
- Correct handling of Boolean and enumeration dimensions.
- Handling of nested subscripts (e.g. y[x[i]]).
- Checking that all subscripted dimensions are identical.
- Checking that the iterator is actually used as a subscript.
Change History (2)
comment:1 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:2 by , 3 years ago
Component: | Frontend → New Instantiation |
---|---|
Milestone: | Future → 1.19.0 |
Resolution: | → fixed |
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
The new frontend does all of these things, so this is fixed.