Paul Zander
Paul Zander
Versions used are: - python-3.11.7 - python-3.12.1_p1 - pybind11-2.11.1 - gcc-12.3.1_p20240112 I'll update to `python-3.11.8` and `python-3.12.2` later today and retest, doubt it changes anything. I can write a Dockerfile...
There is no reason to drop 4.27.2. It's a candidate for stabilization or we'll never get the backlog of old versions cleaned... https://bugs.gentoo.org/938832
I am asking you again to **not** drop `4.27.2`. That and `3.25.3` are the two versions we can actually stabilize right now. You need: - `dev-java/protobuf-java-3*` for `dev-java/jdbc-mysql-8*` - `dev-java/protobuf-java-4*`...
`protobuf-25.3` should be stabilized. I'm going to disable the broken tests in the uncommon arches for abseil-cpp. Then get `abseil-cpp:0/20230802` stabilized.
I'll review/build it tomorrow morning (CEST). Thanks for doing this!
Same from me. This PR was much better than the openscad one. The only two relevant changes were replacing these two constructs with full if-clauses. ```bash use fem && use...
Is there anything blocking this? Otherwise this is getting close to maintainer timeout.
The check in https://github.com/FreeCAD/FreeCAD/pull/21221/commits/8cec9ad7f92f3c38d48af55ab67b60876233ecd3 checks for `vtkVersion.GetVTKMajorVersion() > 9`, so would require vtk-10.4 to be taken. To add, the check should be for `major > 9 ||major == 9 &&...