Opened 11 years ago

Closed 9 years ago

Last modified 9 years ago

#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 Lennart Ochel, 11 years ago

Owner: changed from probably noone to Willi Braun
Status: newassigned

Willi, I thought you worked on that a while ago. Isn't that right?

comment:2 by Willi Braun, 11 years ago

Cc: Willi Braun added
Owner: changed from Willi Braun to Lennart Ochel

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.

Last edited 11 years ago by Willi Braun (previous) (diff)

comment:3 by Lennart Ochel, 11 years ago

Owner: Lennart Ochel removed

comment:4 by Lennart Ochel, 11 years ago

I see two possible solutions for this ticket:

  1. The specified variables get filtered similar to the existing variable filter, so that these variables do not get part of the result file.
  2. 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 Martin Sjölund, 10 years ago

Milestone: 1.9.11.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 Martin Sjölund, 10 years ago

Milestone: 1.9.21.9.3

Milestone changed to 1.9.3 since 1.9.2 was released.

comment:7 by Martin Sjölund, 9 years ago

Milestone: 1.9.31.9.4

Moved to new milestone 1.9.4

comment:8 by Lennart Ochel, 9 years ago

Owner: set to Lennart Ochel
Status: assignedaccepted

I will add support for HideResult annotation with #343.

comment:9 by Lennart Ochel, 9 years ago

Resolution: fixed
Status: acceptedclosed

comment:10 by Martin Sjölund, 9 years ago

Milestone: 1.9.41.9.4-1.9.x

Milestone renamed

comment:11 by Martin Sjölund, 9 years ago

Milestone: 1.9.4-1.9.x1.9.4

Milestone renamed

Note: See TracTickets for help on using tickets.