-
-
Notifications
You must be signed in to change notification settings - Fork 514
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
Clean imports related to coding theory #19315
Comments
Branch: u/dlucas/clean_imports |
comment:3
I removed deprecation warnings in New commits:
|
Commit: |
Author: David Lucas |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:5
As putting |
comment:6
Salut David,
Vincent |
Reviewer: Vincent Delecroix |
comment:7
Hello Vincent,
Sure, I'll do that.
Not really. I can put them in a catalog so one could access them typing David |
comment:8
Can you please also remove the ugly backslashes, they are not needed inside |
comment:10
I removed I also removed the backslashes. |
comment:11
I am good with this ticket. Jeroen? |
Changed reviewer from Vincent Delecroix to Vincent Delecroix, Jeroen Demeyer |
comment:12
I haven't actually reviewed, I just looked a diff and saw too many backslashes hurting my eyes :-) |
Changed branch from u/dlucas/clean_imports to |
Changed reviewer from Vincent Delecroix, Jeroen Demeyer to Vincent Delecroix, Jeroen Demeyer |
Changed commit from |
For now, a lot of modules are imported from
sage.coding
when Sage starts.These modules can be lazy imported instead for better performances.
In
all.py
there's also several deprecated imports related to a 2-year old ticket.These deprecation warnings can be removed too.
CC: @nathanncohen
Component: coding theory
Author: David Lucas
Branch:
bc6ecf9
Reviewer: Vincent Delecroix, Jeroen Demeyer
Issue created by migration from https://trac.sagemath.org/ticket/19315
The text was updated successfully, but these errors were encountered: