-
-
Notifications
You must be signed in to change notification settings - Fork 654
gap: adapt get_global to use official libgap API #35760
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
Conversation
well, does not compile |
I guess |
Huh, from .gap_includes cimport * So I have no idea what the problem is, I am afraid -- my Python / Cython knowledge is just too limited :-( |
It took me some time to find a job which did not fail for other reasons, but now I see this is the error:
So I guess that means |
now complains about
so maybe the |
trying without .value
Now
so we need to change the string to bytes. Using
|
adding str_to_bytes
Using |
I have tested locally, and it seems to work. |
almost there.Should we just change the doctest results from a GAPError to NULL ? |
Fine by me |
now returning NULL for undefined GAP variables, instead of raising GapError
Documentation preview for this PR (built with commit 7d97f68) is ready! 🎉 |
checks are ok. Shall I approve and set to positive ? |
Fine by me |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good enough, hopefully
No description provided.