-
Notifications
You must be signed in to change notification settings - Fork 22
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
problem with conversion from GAP to a prescribed Julia type? #167
Comments
Heh, and the Julia version leads to a nice segfault:
|
OK, so part of the problem is that we actually don't have a conversion to But if one specifies an unsupported conversion, the system currently runs into an infinite recursion (see also issue #165), and then sometimes Julia manages to catch it, and sometimes not (because GAP also deepens the call stack) |
So, a quick fix is replacing the The current return type of the conversion to |
In order to create a Julia array of strings from a GAP list of strings, one can do the following.
When I try to skip the intermediate step, by giving the intended type information to
GAPToJulia
,I get the following.
The text was updated successfully, but these errors were encountered: