-
-
Notifications
You must be signed in to change notification settings - Fork 562
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
convert some imports in combinat to absolute imports #20617
Comments
Commit: |
Branch: public/20617 |
New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:4
Would it not be better to add |
comment:5
I thought this was not necessary since python 2.7. Or maybe you mean, to avoid some backward move, like people re-introducing old-style imports ? |
comment:6
Replying to @fchapoton:
Yes exactly. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:9
ok, this one does pass the tests (except for the 4 failures coming from somewhere else, see #20529, which prevents my patchbot to work smoothly) |
comment:10
I'm sorry but I keep seeing strange things in the files that you update... What is the point of |
comment:11
no idea. This was there before, maybe this can stay ? |
comment:12
See #20633 for the silly Suggestion: leave those modules alone in this ticket. |
comment:13
why ? ticket #20633 can wait for its turn to come, no ? |
comment:14
If it's easy to make two tickets not conflict, I think that's the best way. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:16
Two more things:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:18
positive_review modulo the patchbot. |
Reviewer: Jeroen Demeyer |
comment:19
ok, patchbot is "green", modulo the usual setting to positive review. Thanks ! |
Changed branch from public/20617 to |
Let us try to start using the absolute import everywhere.
Component: python3
Author: Frédéric Chapoton
Branch/Commit:
7d586f0
Reviewer: Jeroen Demeyer
Issue created by migration from https://trac.sagemath.org/ticket/20617
The text was updated successfully, but these errors were encountered: