Changes between Initial Version and Version 1 of Ticket #4808, comment 21
- Timestamp:
- 2018-03-29T20:44:26Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4808, comment 21
initial v1 1 The inlining for records types (output type record with binding) was broken with [https://github.com/OpenModelica/OMCompiler/commit/90d01e948649a8d75333a0378dc86f846da5ffd1 VariableReplacementsForInline]. Unfortunately OM has exceptions for record-types. I guess [https://github.com/OpenModelica/OMCompiler/pull/2331 PR2331] will fixed it. 2 3 Maybe we will need better test-case... If we have bad luck with order, the test can pass without inline the records. 1 fixed with [https://github.com/OpenModelica/OMCompiler/pull/2331 PR2331] 2 improved test with [https://github.com/OpenModelica/OpenModelica-testsuite/pull/909 PR909]