Thomas Beutlich

Results 394 comments of Thomas Beutlich

> As the release of the MSL 4.0.0 is due in March 2020 Here's my proposal of the release schedule: - January 2020 MSL v4.0.0 Alpha - February 2020 MSL...

I'd prefer to wait with merging this PR after https://github.com/modelica/ModelicaSpecification/issues/2395 is resolved. Thus, it only can be merged after MSL v4.0.0 (which will be based on Modelica v3.4) Similarily, we...

Here's an example what I usually do: https://github.com/modelica-3rdparty/ExternData/blob/38187b6eef5e0e2637198ae6ae3fbb967bb96bdb/ExternData/package.mo#L1-L8

Well, at least there is some self-made guarantee, because I only edit Modelica files in text editor, try to have as few Modelica files as possible and manually check each...

> > the model was never used in an actual test model > > In general, I would consider this a problem in itself. Ideally all classes should be used...

We already have one link ro web.archive.org, introduced in #3515 for ModelicaTest.Math.

Did you see #4671, filed 4 months ago? That's for CMake.

In the presented case the external object only is used as cache for the read/parsed file. The workaround would be to use external functions only and hide the caching in...

> you don't know whether calling SomeFun modifies the external object or if it depends on something truly external Can't we use pure/impure to indicate these cases?