-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
fix buggy test in #29445 #29554
Comments
comment:1
|
comment:2
missing extra pair of - bug_check=$(echo "hyperellcharpoly([x^10 + x^9 + x^8 + x,0]*Mod(1,3))" | $GP -qf 2>> config.log)
+ bug_check=`echo "hyperellcharpoly([[x^10 + x^9 + x^8 + x,0]]*Mod(1,3))" | $GP -qf 2>> config.log`
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Author: Dima Pasechnik |
Branch: u/dimpase/packages/parifixes |
Commit: |
New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Attachment: config.log |
comment:9
configure is now happy with my pari. However there is something that I don't understand in config.log line 2023. |
comment:10
Replying to @videlec:
This is normal functioning of
|
comment:11
If you feel like testing on my computer was good enough for a review, you can set to positive review. |
Reviewer: Vincent Delecroix |
comment:12
Thanks, I think it's good. |
comment:13
Thanks for the quick fix. I started test runs a minute ago: https://github.com/kliem/sage-test-27122/actions/runs/85835472. I will leave a message here tomorrow either way, but I don't expect any trouble. |
comment:14
Replying to @kliem:
Yes. Seems to work fine. |
Changed branch from u/dimpase/packages/parifixes to |
also should fix the error in another ticket #29494 touching this stuff
CC: @mkoeppe @kliem @fchapoton @videlec @kedlaya
Component: build: configure
Author: Dima Pasechnik
Branch/Commit:
bf8c1d9
Reviewer: Vincent Delecroix
Issue created by migration from https://trac.sagemath.org/ticket/29554
The text was updated successfully, but these errors were encountered: