Open FallenChromium opened 2 months ago
Current version of extensions path is borked since the current ld paths do not include a way for extensions to link to kpm-common
Conan test fails because of the incompatibility of the older recipes of glib (prior to 2.76.3) and Python 3.12's policy to disallow system-wide package installations. Since downgrading user's python or mandating a .venv are no-gos I'd suggest bumping to a newer glib version or building an older glib version with the setuptools patch from the latest recipe. That said, we might not suffer from the upgrade if the symbols we use are abi-compatible with the older versions used in e.g. Ubuntu 22.04 (glib 2.72 is used there iirc)
Attention: Patch coverage is 98.96373%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 94.87%. Comparing base (
485e349
) to head (d088680
). Report is 5 commits behind head on main.
Main changes:
Rationale behind the changes: TBD
TO-DO before merging: