Skip to content
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

a failure on travis #14

Closed
videlec opened this issue May 15, 2017 · 1 comment
Closed

a failure on travis #14

videlec opened this issue May 15, 2017 · 1 comment

Comments

@videlec
Copy link
Collaborator

videlec commented May 15, 2017

The IGNORE_EXCEPTION_DETAIL flag of doctest hides a strange error appearing on travis with the following doctest

>>> s = pari("x + O(x^2)")
>>> gen_to_integer(s)

Travis complains that polynomial can not be converted to int while it should be a series!

@videlec videlec mentioned this issue May 15, 2017
@jdemeyer
Copy link
Collaborator

I finally looked into this issue and the cause is http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56982

I added a fix in the Travis script to work around that bug and disabled IGNORE_EXCEPTION_DETAIL again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants