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
float 0.9.0 first displays the following error message:
InstallOtherMethod( VALUE_GLOBAL( i[1] ), "MPFR float", [ IsMPFRFloat ], i[2] ); at /home/gap/inst/gap-master/pkg/float-0.9.0/lib/mpfr.gi:101
and then segfaults. I have disabled 0.9.0 for tests in the GAP master branch, replacing it by float-0.8.0: gap-system/gap-distribution@e00baed
The text was updated successfully, but these errors were encountered:
P.S. see e.g. this Travis CI build: https://travis-ci.org/gap-system/gap-docker-pkg-tests-master/jobs/317827235
Sorry, something went wrong.
This no longer happens, since it happened that float-0.9.0 was requiring gap-system/gap#2016 to be merged.
What happened:
In the future, it will be nice to coordinate better changes that require simultaneous changes in teh core system and packages :)
No branches or pull requests
float 0.9.0 first displays the following error message:
and then segfaults. I have disabled 0.9.0 for tests in the GAP master branch, replacing it by float-0.8.0: gap-system/gap-distribution@e00baed
The text was updated successfully, but these errors were encountered: