-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Deprecate deprecated sage-cython script harder, remove use of it in the main sage script #29923
Comments
Branch: u/jhpalmieri/remove-sage-cython |
Last 10 new commits:
|
Commit: |
comment:3
This script has a good chance of being used in user package install scripts. So I would suggest to do the removal a little later... |
comment:4
What about this part, at least: diff --git a/build/bin/sage-site b/build/bin/sage-site
index 6daa094..8de96ce 100755
--- a/build/bin/sage-site
+++ b/build/bin/sage-site
@@ -200,7 +200,7 @@ fi
if [ "$1" = "-cython" -o "$1" = '--cython' -o "$1" = '-pyrex' -o "$1" = "--pyrex" ]; then
shift
- exec sage-cython "$@"
+ exec cython "$@"
fi
if [ "$1" = '-gap' -o "$1" = '--gap' ]; then plus maybe a deprecation warning whenever |
comment:5
Sure, sounds good |
comment:7
Okay, done. |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Reviewer: Matthias Koeppe |
This comment has been minimized.
This comment has been minimized.
Changed branch from u/jhpalmieri/remove-sage-cython to |
The script
sage-cython
has been deprecated for about 18 months, so let's remove its use within sage.Depends on #29111
Component: scripts
Author: John Palmieri
Branch/Commit:
648e327
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/29923
The text was updated successfully, but these errors were encountered: