#2536 closed defect (fixed)
missing support for HideResult
Reported by: | Lennart Ochel | Owned by: | Lennart Ochel |
---|---|---|---|
Priority: | high | Milestone: | 1.9.4 |
Component: | Backend | Version: | trunk |
Keywords: | Cc: | Adrian Pop, Willi Braun |
Description
There is no support for the HideResult annotation, yet.
model Unnamed Real a=time annotation(HideResult = true); Real b=time; end Unnamed;
Change History (11)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
Cc: | added |
---|---|
Owner: | changed from | to
That's right, but it was the first thing I implemented in MetaModelica 4 years ago. But I had never committed that, since there was a structural change in SimCode(or how ever that was called at that time) and my patch was outdated. After that I haven't touched that patch again.
comment:3 by , 11 years ago
Owner: | removed |
---|
comment:4 by , 11 years ago
I see two possible solutions for this ticket:
- The specified variables get filtered similar to the existing variable filter, so that these variables do not get part of the result file.
- This annotation get stored in the xml file, that hold all the variable information and only the viewer (e.g. OMEdit) do not show these variables per default.
What is the better (or correct/preferred) one? Any comments?
comment:5 by , 10 years ago
Milestone: | 1.9.1 → 1.9.2 |
---|
This ticket was not closed for 1.9.1, which has now been released. It was batch modified for milestone 1.9.2 (but maybe an empty milestone was more appropriate; feel free to change it).
comment:6 by , 10 years ago
Milestone: | 1.9.2 → 1.9.3 |
---|
Milestone changed to 1.9.3 since 1.9.2 was released.
comment:8 by , 9 years ago
Owner: | set to |
---|---|
Status: | assigned → accepted |
I will add support for HideResult annotation with #343.
comment:9 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Willi, I thought you worked on that a while ago. Isn't that right?