-
Notifications
You must be signed in to change notification settings - Fork 160
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
libgap: fix name of GAP_EnterDebugMessage_ #3325
libgap: fix name of GAP_EnterDebugMessage_ #3325
Conversation
Without this, GAP_ENTER_DEBUG is broken
Also: ping @embray |
Sage's libgap interface in Sage's 8.7.beta* is not using the affected function. |
Thanks; I remember running into this at some point too but just assuming I had already fixed it elsewhere. @dimpase Technically it is if libgap is compiled with some debug flags enabled, but it's not used normally. |
@embray I meant to say Sage does not use it directly, neither in the interface nor in patches. |
It's never used directly. It's only used if Line 26 in bf24ecd
|
@dimpase well, if you might still approve this PR (Erik agrees that it is right), then we can merge it... :) |
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.
Looks good to me.
This is mentioned in release notes for GAP 4.11.0 but seems to be included in GAP 4.10.2? |
Without this, GAP_ENTER_DEBUG is broken.
Note sure if we plan to make a GAP 4.10.2 before GAP 4.11, but just in case we might want to backport this to stable-4.10.