Adrian Pop
Adrian Pop
In 1.17 we compile the executable dynamically so we need to set the paths when running simulate or the executable. In 1.18 there is a setting to compile the executable...
How do you start the jupyter notebook?
We do have the annotation information as constants strings in OMC for the different lang standards: https://github.com/OpenModelica/OMCompiler/blob/master/Compiler/FrontEnd/Constants.mo we could probably make an API that returns this information in some form...
@atrosinenko: i agree, we should have such a library, we can put it where ModelicaBuiltin.mo is or just make it part of it.
@atrosinenko: yes, you can add it yourself. We should not make this part of the ModelicaReference as we do not have control over that library, is distributed as part of...
https://github.com/modelica/ModelicaStandardLibrary/pull/2837#issuecomment-467491486 @atrosinenko, @casella: as I expected they don't want to have this in ModelicaReference. I suggest we add a new library OpenModelicaReference in the OMEdit repository.
I think all these were done in #1286, please check.
It seems we cannot change Jenkinsfile in a PR opened by somebody that does not have access to the repository. @sjoelund any idea how to handle this beside opening a...
Opened #12485 to see if we get it to work, @adeas31, feel free to put the commented things back on. I did checkout -b from master and then rebase from...
For now I have fixed this in our OMDev repos via: https://gitlab.liu.se/OpenModelica/OMDev/-/commit/e1bb0576bfb1ebb4c63fbbcc6e37fb825da16ac9 and this: https://gitlab.liu.se/OpenModelica/OMDevUCRT/-/commit/1c8bc4a63fddecee1860961381b1c731e4acd991 It seems to be working. I will try to make a PR for CMake.