Bug #8060
Attributes 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.
History
Updated by Alexander Kamkin about 1 year ago
- Target version set to 2.5
- Assignee changed from Andrei Tatarnikov to Artem Kotsynyak