-
-
Notifications
You must be signed in to change notification settings - Fork 588
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
Deprecate sage.misc.misc.union #32096
Comments
comment:2
There are 3 more uses that I haven't fixed yet New commits:
|
Commit: |
Author: Matthias Koeppe |
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:6
I'm getting doctest failures because of the deprecation warning:
|
comment:7
The changes look okay, though. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:9
Thanks for testing! I forgot to look for those |
Reviewer: John Palmieri |
comment:10
Looks good to me. |
comment:11
Thanks! |
comment:12
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Dependencies: #32140 |
comment:14
Merged #32140 to resolve merge conflict |
Changed branch from u/mkoeppe/deprecate_sage_misc_misc_union to |
We have a global binding of
union
that returns "the union of x and y, as a list". We deprecate it because this is an outdated interface (with strong "early Python" vibes) and not suitable for the global namespace. It is only used in a few places in the Sage library. (There is nointersection
.)Depends on #32140
CC: @tscrim @jhpalmieri
Component: refactoring
Author: Matthias Koeppe
Branch/Commit:
699f05b
Reviewer: John Palmieri
Issue created by migration from https://trac.sagemath.org/ticket/32096
The text was updated successfully, but these errors were encountered: