Actions
Bug #8060
openAttributes image and syntax and static instances
Start date:
04/13/2017
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
The following construct is illegal:
image = slt(rd, X(0), rs).image
nML translator forces to write it like this:
image = format("%s", slt(rd, X(0), rs).image)
This is inconvenient and redundant.
Constructs like in the first example must be supported.
Updated by Andrei Tatarnikov over 7 years ago
The same is with syntax and action.
Updated by Alexander Kamkin almost 5 years ago
- Assignee changed from Andrei Tatarnikov to Artem Kotsynyak
- Target version set to 2.5
Updated by Alexander Protsenko over 1 year ago
- Target version changed from 2.5 to 2.6
Actions