- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 570
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
Too many functions from databases/cremona.py are exported globally #10107
Comments
Attachment: trac_10107.patch.gz |
Author: Mike Hansen |
comment:1
This needs to be coordinated with #9907. |
comment:2
I don't really understand the connection between this and #9907, or what most of the patch is for! Is it just that you don't want to get rid of a command which used to work from a sage: prompt without deprecating it first? |
comment:3
This patch has Yes, most of the patch is to deprecate using those functions from the top level before removing them. Since this shared some functionality with preexisting code, the idea was to unify the code. |
Reviewer: Robert Miller |
comment:5
I get various doctest errors in
and several more like this. |
Changed keywords from databases to databases cremona |
Attachment: trac_10107-fix.patch.gz replaces previous |
comment:6
The new patch deals with this (replaces previous). |
Changed reviewer from Robert Miller to Robert Miller, Alyson Deines |
Merged: sage-4.6.1.alpha2 |
Changed reviewer from Robert Miller, Alyson Deines to Robert Miller, Aly Deines |
comment:11
It's been over two years since these were deprecated; can they be removed from the global namespace? |
comment:12
I am happy with that. I guess it needs a new ticket. Will you make one and reference it from here? |
comment:13
Okay, good. The new ticket is #14642. |
comment:14
Interestingly, this ticket is the one which introduced |
In sage/databases/all.py:
but only the first of these should be global.
Component: elliptic curves
Keywords: databases cremona
Author: Mike Hansen
Reviewer: Robert Miller, Aly Deines
Merged: sage-4.6.1.alpha2
Issue created by migration from https://trac.sagemath.org/ticket/10107
The text was updated successfully, but these errors were encountered: