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
Currently, the content of Julia error message is just printed to stderr, not returned to GAP.
stderr
Fix this by providing an IOBuffer for the showerror call, read out the string in this IOBuffer, and give it back to GAP.
IOBuffer
showerror
The text was updated successfully, but these errors were encountered:
Made julia error messages handled by GAP
19ca997
Closes oscar-system#60
b6642c9
9c9aae8
ccbb2af
Closes #60
sebasguts
No branches or pull requests
Currently, the content of Julia error message is just printed to
stderr
, not returned to GAP.Fix this by providing an
IOBuffer
for theshowerror
call, read out the string in thisIOBuffer
, and give it back to GAP.The text was updated successfully, but these errors were encountered: