-
-
Notifications
You must be signed in to change notification settings - Fork 565
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
Remove deprecated_callable_import #22796
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Commit: |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:6
To make
|
comment:7
Replying to @videlec:
I think that |
Reviewer: Dima Pasechnik |
comment:8
This looks good to me. |
comment:9
Merge conflict... |
comment:10
it does merge cleanly in 8.0.beta5, thus I have no idea where the merge conflict comes from. |
comment:12
Merge conflict... Obviously the merge conflict comes from stuff in beta6, duh. |
comment:13
it was weird seeing "Merge conflict" against a branch that was not public yet :-) |
Changed branch from u/jdemeyer/deprecate_deprecated_callable_import to u/dimpase/t22796 |
comment:14
|
comment:15
should the following be applied:
(I don't get the |
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
comment:17
oops, wrong branch |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:19
the last commit removes an obsolete test - there is no |
comment:20
Replying to @dimpase:
Well, the test was about |
Changed branch from u/dimpase/t22796 to u/jdemeyer/t22796 |
comment:22
Sage imports drive me mad elsewhere too: #22799 comment:90 New commits:
|
Changed branch from u/jdemeyer/t22796 to |
The functionality of
deprecated_callable_import
can be achieved in a simpler and more general way by a lazy import with deprecation.So we remove
deprecated_callable_import
in this ticket and remove existing uses coming from #17034, #17867, #19096, #19315. Only one deprecation from #20908 remains.CC: @videlec
Component: misc
Author: Jeroen Demeyer
Branch/Commit:
0ac7893
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/22796
The text was updated successfully, but these errors were encountered: