We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I wrote a Julia function which just returns its first argument, and put it into GAP variable myfunc. Now I get this:
myfunc
gap> myfunc(fail, 2); <Julia: Main.ForeignGAP.MPtr()>
It would be very convenient (and should be super cheap!) to instead return a this "MPtr" object as a regular GAP object. I.e., so that I'd get:
gap> myfunc(fail, 2); fail
The text was updated successfully, but these errors were encountered:
Indeed, I will do this. Now with the integrated gc, this is sensible.
Sorry, something went wrong.
Done with #43
sebasguts
No branches or pull requests
I wrote a Julia function which just returns its first argument, and put it into GAP variable
myfunc
. Now I get this:It would be very convenient (and should be super cheap!) to instead return a this "MPtr" object as a regular GAP object. I.e., so that I'd get:
The text was updated successfully, but these errors were encountered: