-
-
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
Replace sage.doctest.external.has_* functions by Features #32649
Comments
This comment has been minimized.
This comment has been minimized.
New commits:
|
Commit: |
Author: Matthias Koeppe, ... |
Dependencies: #30887 |
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed author from Matthias Koeppe, ... to Matthias Koeppe |
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
comment:38
Looks good now, that is, I get |
Changed reviewer from Kwankyu Lee, Matthias Koeppe to Kwankyu Lee, Matthias Koeppe, Sébastien Labbé |
comment:39
Thanks for reviewing! |
comment:40
Oups, is it too late to put it back to "needs work"? Because patchbot pyflakes says:
Also
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:45
Here are some fixes for these style warnings, contributions welcome |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:47
Added more doctests to make bots happy. I could not run tests for numerical backends (cplex, gurobi, coin) because I failed to install them. |
comment:48
Thank you! I'll test it with the coin backend. |
Changed branch from public/32649 to |
This comment has been minimized.
This comment has been minimized.
Changed commit from |
Some of them already go through features - for those we just rename the feature so that its
name
attribute is equal to the intended "optional" tag.For the remaining ones, we add new
Feature
subclasses in new filessrc/sage/features/internet.py
,mip_backends.py
.Follow-ups:
latex.py
,interfaces.py
,has_...
functionsDepends on #30887
Depends on #32614
CC: @kwankyu @jhpalmieri @seblabbe @dimpase @jdemeyer @saraedum @tscrim @dcoudert @sagetrac-tmonteil @videlec
Component: refactoring
Author: Matthias Koeppe, Kwankyu Lee
Branch:
1d02bd0
Reviewer: Kwankyu Lee, Matthias Koeppe, Sébastien Labbé
Issue created by migration from https://trac.sagemath.org/ticket/32649
The text was updated successfully, but these errors were encountered: