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
The latest tag (v3.8) appears to be missing some include statements for the ExitGracefully function. This is causing a bunch of compiling errors when building with cmake.
This appears to have been fixed at some point. We now have build checks on all pushes to ensure that we know which changes are breaking the builds (debug and release).
@analytophile Can we get a new version tagged so that the Python supply chain can benefit? If we aren't ready for a patch release, something like v3.8.0.xxx would be fine.
Setup Information
Description
The latest tag (v3.8) appears to be missing some include statements for the
ExitGracefully
function. This is causing a bunch of compiling errors when building withcmake
.Steps To Reproduce
Additional context
Contribution
The text was updated successfully, but these errors were encountered: