-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
SAGE_CHECK='warn' is broken #32781
Comments
Commit: |
New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
comment:6
I'm testing this out, and wow, the Cython test suite takes a long time to run. Do I kill it or let it continue? It's just been printing out messages like
about every 10 seconds for the past two hours. |
comment:7
Cython is one of the packages whose testsuites I disable in the tox-based tests for this reason.
The normal defaults are set in
We should probably unify this! |
comment:9
We should keep doing selftest, even if they are long. Perhaps could such tests be only run by a few bots. |
Reviewer: John Palmieri |
comment:10
This fixes the problem for me, the code obviously makes sense, and I think we should merge it. |
comment:11
Thanks for the review. |
Changed branch from u/tmonteil/sage_check__warn__is_broken to |
Example of what appears at the end of some complilation:
Nothing is reported.
For the record: the message that is added in the log in
SAGE_ROOT/build/bin/sage-spkg
must be consistent with the pattern that is tested inSAGE_ROOT/build/make/install
.CC: @jhpalmieri
Component: build
Author: Thierry Monteil
Branch/Commit:
f0c6095
Reviewer: John Palmieri
Issue created by migration from https://trac.sagemath.org/ticket/32781
The text was updated successfully, but these errors were encountered: