Changes between Initial Version and Version 1 of Ticket #4089, comment 1


Ignore:
Timestamp:
2016-10-24T05:58:40Z (8 years ago)
Author:
Rüdiger Franke

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4089, comment 1

    initial v1  
    11[https://github.com/OpenModelica/OMCompiler/pull/1153 PR1153] attempts to fix `hideResult` for the generated code.
     2
     3A couple of tests fail: [https://test.openmodelica.org/hudson/job/OpenModelica_TEST_PULL_REQUEST/3270/#showFailuresLink Hudson]
     4
     5The C runtime appears to omit some variables from the result file after this change. See for instance
     6`Modelica.Blocks.Examples.LogicalNetwork1`.
     7The protected algebraic variable `table1.nextTime` is gone; the protected parameter `table1.n` is still there. The init.xml file lists both of them!?
     8