Francesco Casella
Francesco Casella
> Hi, yet another reminder. I noticed that the first beta release for 1.23 was released today. Any chance that this will also make into the final 1.23? I am...
@max-privato please check with the next nightly and close this if fixed.
> The issue that the short name isn't printed is not solved though, but doesn't have anything to do with `getInstanceName`. I'm not sure if it's well defined to have...
@max-privato, simple function calls in equation sections are not forbidden by the specification, but they are a bit fishy, because equations can be re-ordered based on dependencies, and it's not...
I wanted to try this with 1.20.0-dev, but I currently have 1.19.0 installed on my PC. I noticed that the behaviour is different: - in 1.19.0, you get some [assertion...
See modelica/ModelicaSpecification#3227. Given that the print functions are impure and are called within a when statement, this should actually work as you expect.
Sorry, I messed up. The assertion warnings are obtained with [Buildings 8.1.4](https://libraries.openmodelica.org/branches/master/Buildings_8/files/Buildings_8_Buildings.ThermalZones.Detailed.Examples.MixedAirFreeResponse.sim), both with 1.19.0 and with the latest 1.20.0-dev versions. The failing linear solvers are obtained with [Buildings 9.0.0...
I tried to flatten RW.W2root, this is the outcome: ```modelica class RW.W2root "OM does not write nameShort" final parameter String w2.name = "W2root.w2"; String w2.nameShort; Integer w2.index; equation when initial()...
See #10763. @max-privato as a workaround for the time being you should avoid String variables corresponding to String equations that are solved at runtime. Only use String parameters and encapsulate...
I would stick to URIs that refer to the library being converted, wherever they show up (e.g. in documentation layers or loadResource() function calls)