Changes between Initial Version and Version 1 of Ticket #4541, comment 1
- Timestamp:
- 2017-10-04T15:02:04Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4541, comment 1
initial v1 5 5 Implementation note: The problem is that connectors use some special function instead of the general-purpose expression elaboration (I assume for performance reasons), and Expression.fromAbsynExp cannot represent `end` in any meaningful way since it needs type information to be evaluated (which this function lacks)... It could be represented by `size(X,N)` here (but only if the name of the variable and the dimension were passed along and the dimension has integer size). 6 6 7 I created m: 2206 to clarify what is allowed in the spec.7 I created m:#2206 to clarify what is allowed in the spec.