Opened 19 years ago
Last modified 13 years ago
#35 closed defect (fixed)
Comment on constraining clause not implemented correctly.
Reported by: | Peter Aronsson | Owned by: | Peter Aronsson |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Version: | ||
Keywords: | Cc: | Peter Aronsson, Adrian Pop |
Description
.
Change History (2)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Bug fixed in implementation. Left to do: make sure modelica specification is
updated.
Note:
See TracTickets
for help on using tickets.
Comment on constraining clause missing (also from Spec!!) for
'element_replaceable' rule
It is also missing on 'element' rule in walker, i.e. not present in Absyn.
TODO: add comment to element_replaceable and insert in ConstainingClass in Absyn
when building in walker.
Testexample:
model test
end test;