You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to work after #510 which is now in the 2.0.1 release.
For reference the underlying issue seems to be in the code generated by Cython cython/cython#5240
Describe the bug
With GCC 14
-Wincompatible-pointer-types
becomes an error and the build fails.https://gcc.gnu.org/gcc-14/porting_to.html
https://wiki.gentoo.org/wiki/Modern_C_porting#-Wincompatible-pointer-types
Reproduction
With GCC 14 installed:
Build log:
Expected behavior
The package builds on GCC 14 and later versions.
Versions:
edgedb-python
version: 1.9.0 and 7141d3cThe text was updated successfully, but these errors were encountered: