Tim Lander
Tim Lander
@rouault I am currently on gdal 3.3, so it would not be easy for me to test right now. I'll make a note of this to test when I next...
I'm getting a very similar error with gcc13.2, tbb 2021.11.0. ``` [ 2%] Building CXX object src/tbb/CMakeFiles/tbb.dir/address_waiter.cpp.o In file included from /usr/local/gcc-13.2.0/include/c++/13.2.0/atomic:41, from /tbb/src/tbb/../../include/oneapi/tbb/detail/_utils.h:22, from /tbb/src/tbb/address_waiter.cpp:17: In member function 'void...
Also, this is the report for systems.uom:systems-common:2.0.2, as a dependency of org.geotools:gt-opengis:28.2. ``` [WARNING] Dependency convergence error for si.uom:si-quantity:jar:2.0.1:compile paths to dependency are: +-test:1.0 +-org.geotools.xsd:gt-xsd-fes:jar:28.2:compile +-org.geotools.ogc:net.opengis.fes:jar:28.2:compile +-org.geotools:gt-opengis:jar:28.2:compile +-systems.uom:systems-common:jar:2.0.2:compile +-si.uom:si-quantity:jar:2.0.1:compile and...
Thanks for taking this seriously. I know it seems minor, but I want to use maven enforcer to catch dependency conflicts in my project (which has been an issue in...
And this is the report for systems.uom:systems-common:2.1, as a dependency of org.geotools.xsd:gt-xsd-fes:29.0. ``` [WARNING] Dependency convergence error for javax.measure:unit-api:jar:2.1.2 paths to dependency are: +-test:1.0 +-org.geotools.xsd:gt-xsd-fes:jar:29.0:compile +-org.geotools.ogc:net.opengis.fes:jar:29.0:compile +-org.geotools:gt-opengis:jar:29.0:compile +-systems.uom:systems-common:jar:2.1:compile +-javax.measure:unit-api:jar:2.1.2:compile and...
Cool. Is there any estimate on when 2.2 will be released?
@Panquesito7?
@Rudometov, how is the investigation going? Also, if it helps, I stumbled upon another product running into the same issue. See above link.
@mrserb, sorry to be annoying, but is there any progress on this? Unfortunately this is soon going to reach the point where we will have to advise our customers to...
If anyone, like me, was curious, here's the code: https://github.com/leethomason/tinyxml2/blob/6b6d1214a7169af62f9f5d1cef49dbf686232f37/tinyxml2.cpp#L520 Where `TIXMLASSERT` is defined as: https://github.com/leethomason/tinyxml2/blob/6b6d1214a7169af62f9f5d1cef49dbf686232f37/tinyxml2.h#L82-L97 And `TINYXML2_DEBUG` is defined as: https://github.com/leethomason/tinyxml2/blob/6b6d1214a7169af62f9f5d1cef49dbf686232f37/tinyxml2.h#L56-L60 So the TLDR is that this "reachable assertion"...