-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[python] Make the Python language verification suite pass against Python 3.12 #333
Conversation
@thirtytwobits it works fine on my local machine with Python 3.12.2, but fails in CI with an obscure internal error originating from the
I suspect at the moment that this is not our problem; the latest CI run will reveal more info. |
Hah! We're running an alpha build of Python: https://github.com/OpenCyphal/nunavut/actions/runs/8310952438/job/22744051997?pr=333#step:4:269 @thirtytwobits we're going to need a newer Python, our code is fine |
8c98874
to
3aecea7
Compare
Seeing if this fixes the EACCESS issues with the sonarqube step...
Applies workaround for GCC12 compiler bug
c23abf4
to
86757b1
Compare
Fixing incorrect runtime asserts in generated C serialization code
86757b1
to
118e86e
Compare
Disabling a GCC warning that appears broken in GCC12
Quality Gate passedIssues Measures |
Fix #332