-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Refactoring tool to fix modularization anti-patterns #34945
Comments
Branch: u/mkoeppe/replace_dot_all |
Commit: |
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:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. 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:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: Matthias Koeppe, ... |
Changed author from Alex Chandler to Alex Chandler, Matthias Koeppe |
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:
|
comment:17
Alex, your code works well. I have only made minor changes that bring the command line interface in line with similar tools, and some style changes. It has proper doctest coverage now and passes the code style tests. If you have a chance to look through my changes, you can add your name to "Reviewers" |
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
Dependencies: #34849 |
comment:20
The Lint and Build&Test failures are unrelated to the changes here. |
comment:21
I've taken a look, and the changes all look great to me. I've added my name to the reviewers. |
Changed reviewer from Matthias Koeppe, ... to Matthias Koeppe, Alex Chandler |
The new command `sage --fiximports` replaces imports from `sage.PAC.KAGE.all` by more specific imports when `sage.PAC.KAGE` is an implicit namespace package. Part of Meta-ticket #34201 URL: https://trac.sagemath.org/34945 Reported by: mkoeppe Ticket author(s): Alex Chandler, Matthias Koeppe Reviewer(s): Matthias Koeppe, Alex Chandler
….*.all for namespace packages Using `./sage -fiximports` from #34945. Also remove trailing whitespace in the affected files. Part of Meta-ticket #32414 URL: https://trac.sagemath.org/34947 Reported by: mkoeppe Ticket author(s): Alex Chandler Reviewer(s): Travis Scrimshaw, Matthias Koeppe
…ce packages Using `./sage -fiximports` from #34945. Also remove trailing whitespace in the affected files. Part of Meta-ticket #32414 URL: https://trac.sagemath.org/34952 Reported by: mkoeppe Ticket author(s): Alex Chandler Reviewer(s): David Coudert
…l for namespace packages Using `./sage -fiximports` from #34945. Also remove trailing whitespace in the affected files. Part of Meta-ticket #32414 URL: https://trac.sagemath.org/34956 Reported by: mkoeppe Ticket author(s): Alex Chandler, Matthias Koeppe Reviewer(s): Travis Scrimshaw
Merged in 10.0.beta0 |
The new command
sage --fiximports
replaces imports fromsage.PAC.KAGE.all
by more specific imports whensage.PAC.KAGE
is an implicit namespace package.Part of Meta-ticket #34201
Depends on #34849
CC: @alexchandler100
Component: scripts
Author: Alex Chandler, Matthias Koeppe
Branch/Commit: u/mkoeppe/replace_dot_all @
e74dbf6
Reviewer: Matthias Koeppe, Alex Chandler
Issue created by migration from https://trac.sagemath.org/ticket/34945
The text was updated successfully, but these errors were encountered: