Thomas Beutlich

Results 394 comments of Thomas Beutlich

Even if the table is read from file, it still gets passed as non-null `double*` pointer if called from a Modelica environment. Having a Modelica environment was the initial assumption...

By "Modelica env" I meant a Modelica simulation environment as Dymola or SimulationX. In Modelica Language it is not possible to pass a null pointer to an external function or...

An idea would be to have two different ctors of the external table objects - one for construction of table from file and other for construction from passed array.

> OK, we can wait until a new release is scheduled. @Harisankar-Allimangalath Since a new release is about to be scheduled we need to decide how to fix the release...

> @beutlich there are 2 weeks left until we branch off. Do you think you and @Harisankar-Allimangalath can fix it by then? Since I already spent quite some time on...

> `Files.copy` does not return success though. If it fails, it prints the error-message. That's exactly what the issue is about: Modelica.Utilities.Files.copy (and probably more) should be error tolerant. Here's...

Not sure what to do here. Can you target the issue to the MA webmaster?

> but the maintenance releases v4.0.1 and v3.2.3+build.5 are undecided, too. I backported most of the commits to these two maintenance branches, but wonder if it is necessary at all...

I'd say, if ModelicaTest.Math.BooleanFunctions still succeeds it can be merged (with milestone set accordingly).

I recreated the original commit of @wischhusen from my local repository copy and also applied @dietmarw's and my change requests of the previous review. Hence, PR is clean again. The...