Thomas Beutlich

Results 183 comments of Thomas Beutlich

My idea was to only include the required licenses per external function. For example, if you have a model with tables only, you would refer to LICENSE_ModelicaStandardTables.txt, but not to...

My actual proposal was 2. Whenever a function gets called, its license(s) should be included (to the union of all licenses). So, to me, I am puzzled what 3. is...

@HansOlsson Please let me know in advance if you plan to discuss this MCP during a web meeting.

> "A _top-level_ package or model can specify the license it is distributed." > (There is also some missing word.) Right. New proposal: A top-level package or model can specify...

It all is specified in the doc files, just not converted to markdown

> > > OK, I'll get you started. Thank you. > The following PR is the modern replacement for this issue (the number is a bit uncanny): #2900 > Just...

> The values - ideally yes, but that may break things in some bad models in MSL; thus it might be better to delay that if necessary. Yes, this might...

> Just a weekend brain dump from me as I use a combination of `pip-licenses` and [`cyclonedx-python`](https://github.com/CycloneDX/cyclonedx-python) to get all I need to extract metadata for various packages. @nejch Can...

As already mentioned by @dietmarw in https://github.com/modelica/ModelicaStandardLibrary/pull/3762#issuecomment-789551941, it might be worth to point again to the [LastLib](https://github.com/beutlich/LastLib) [proof of concept](https://tinyurl.com/lastlibfmu) how to calculate the signal extrema without events or derivatives.

Checking the origin of the run-time error message https://github.com/modelica-3rdparty/ExternData/blob/d4f4724141e9ff9eb43dff61c2482cc99269210f/ExternData/Resources/C-Sources/modelica/ModelicaIO.c#L1000-L1003 when reading HouseholdProfiles.csv, it seems you are reading the CSV file not as CSV file, but as MOS text file via...