-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
sage.structure, sage.misc: Replace import of sage.categories.all by more specific imports #29916
Milestone
Comments
mkoeppe
changed the title
sage.structure: Replace import of sage.categories.all by more specific imports
sage.structure, sage.misc: Replace import of sage.categories.all by more specific imports
Jun 20, 2020
This comment has been minimized.
This comment has been minimized.
Author: Matthias Koeppe |
New commits:
|
Commit: |
comment:5
Patchbot is green, needs review |
comment:6
LGTM. |
Reviewer: Travis Scrimshaw |
comment:7
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sage.structure
should only depend on basic categories such assage.categories.morphism
,sage.categories.pushout
to support the parent/element framework and coercion, but not on more specialized ones such assage.categories.modular_abelian_varieties
.This is for #29865 (
sage-objects
), which should pull in only a small part ofsage.categories
-- less than whatsage.categories.basic
imports.CC: @tscrim @nthiery
Component: categories
Author: Matthias Koeppe
Branch/Commit:
ce8fa70
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/29916
The text was updated successfully, but these errors were encountered: