Changes between Initial Version and Version 4 of Ticket #5963
- Timestamp:
- 2020-07-25T08:04:40Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5963
- Property Resolution → fixed
- Property Status new → closed
-
TabularUnified Ticket #5963 – Description
initial v4 1 [https://github.com/OpenModelica/OpenModelica/pull/690 PR 690] replaced the existing C++runtime with the new OMSICpp runtime.1 [https://github.com/OpenModelica/OpenModelica/pull/690 PR 690] replaced the current Cpp runtime with the new OMSICpp runtime. 2 2 3 It turns out that some OSMC members (particularly ABB) depend on the previous C++ runtime for some of their products, and the fact that the new C++ runtimeis no longer available puts them in a difficult situation with the forthcoming 1.16.0 release.3 It turns out that some OSMC members (particularly ABB) depend on the current Cpp runtime for some of their products, and the fact that it is no longer available puts them in a difficult situation with the forthcoming 1.16.0 release. 4 4 5 We should investigate if it is possible to bring back the old C++ runtime for 1.16.0. It may later be completely replaced by OMSI-Cpp, possibly with some restructuring of directory organization. 5 The new OMSICpp runtime needs to become mature first, prove the promise to replace the current C runtime as well, and it needs more testing before real applications can start using it. OMSICpp should exist in parallel to the Cpp runtime for some time, comparable to the co-existence of old and new frontend. 6 7 We should investigate if it is possible to bring back the Cpp runtime for 1.16.0. It may later be completely replaced by OMSI-Cpp, possibly with some restructuring of directory organization.