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 Per Östlund, 10 years ago

Owner: changed from somebody to Per Östlund
Status: newaccepted

comment:2 by Per Östlund, 3 years ago

Component: FrontendNew Instantiation
Milestone: Future1.19.0
Resolution: fixed
Status: acceptedclosed

The new frontend does all of these things, so this is fixed.

Note: See TracTickets for help on using tickets.