Christoph Buchner

Results 643 comments of Christoph Buchner

Reproduction: * Download https://anaconda.org/conda-forge/pandas/2.2.3/download/win-64/pandas-2.2.3-py311hcf9f919_3.conda (or equivalent according to the platform you are on) * `conda create -n conda_13043 python=3.11` * `conda install "C:\Users\myuser\Downloads\pandas-2.2.3-py311hcf9f919_3.conda"` This installs `pandas`, but nothing else *...

Thanks! I'm getting further now -- compiling the resulting `'BM_function'` model now yields a compilation error > _omcQuot_27424d5f66756e6374696f6e27.c:123:228: error: use of undeclared identifier 'boxvar___omcQ__27BM__5Ffunction__5Flowered__27___omcQ__27Modelica__2EMath__2ENonlinear__2EExamples__2EUtilityFunctions__2Efun1__27'; did you mean 'boxptr__omcQ_27BM_5F_5Ffunction_5F_5Flowered_27__omcQ_27Modelica_5F_5FMath_5F_5FNonlinear_5F_5FExamples_5F_5FUtilityFunctions_5F_5Ffun1_27'? > One...

> but if the name already contains e.g. `'` those characters need to be escaped. Does the wrapping not become a no-op when you do it the second time? I.e....

Just checked with the current Nightly v1.25.0-dev-256 on Windows 10, FMU Export still crashes OMEdit when using Cpp. Using C this just fails during linking with >C:/OpenModelica1.25.0-dev-64bit/tools/msys/ucrt64/bin/ld: CMakeFiles/171.dir/objects.a(test_roots_10619_functions.c.obj):test_roots_10619_functions.c:(.text+0x324): undefined reference...

This seems to be a secondary issue reported in here, as far as I can tell. Can you also check if the originally reported memory leak is gone?

IME as a "guest" browsing OSS projects, dependabot is often incredibly noisy about updates. Some repos' PR lists (especially if not very active) are mainly dependabot prs that are never...

> Sure, we could try to exit gracefully if somebody gives bad NULL value to `threadData` in `(va_)throwStreamPrint` Exactly! The point is not to _crash_, but to exit gracefully. There...

Thank you for your thoughts! > Do all users want this behavior? In the situation involving a personal/local and a shared database library, I don't see why you would _not_...