-
-
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
Remove src/sage/__init__.py #34187
Comments
Dependencies: #33011 |
comment:2
If I remove |
Commit: |
comment:4
I'm getting
Last 10 new commits:
|
comment:5
this use of |
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:
|
Author: Matthias Koeppe |
comment:10
Perhaps we have to respect the deprecation period of |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:14
Sorry for pointing to a minor thing, but the deprecation message is somewhat misleading as the function in
|
comment:15
Perhaps moving |
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:
|
comment:18
I've implemented a more general solution:
|
comment:19
That is a right solution. Thanks. As a side remark, it seems to me that the |
comment:20
I don't know, I think it's just an extra feature of |
comment:21
Replying to @mkoeppe:
a Anyway, this ticket looks good to me. |
comment:22
doctest failures due to the changed deprecation message:
|
comment:23
Ah, I forgot about that |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: Kwankyu Lee |
comment:25
LGTM. |
comment:26
Thank you! |
Changed branch from u/mkoeppe/remove_src_sage___init___py to |
Changed commit from |
comment:28
When building surface-dynamics (a Cython project that builds against sagelib) we are getting
It seems to me that Cython does not find the .pxd file anymore because the |
comment:29
This seems to be cython/cython#2918 essentially. |
comment:30
We could patch the cython packaged in conda-forge with cython/cython#4918 but maybe there is some way to fix this that works for unpatched Cythons? |
Follow-up from #33011.
Because of the complication described in #33011, we not only remove the file from the source tree but also remove it from site-packages before building sagelib.
Follow-up:
Depends on #33011
CC: @kwankyu @videlec
Component: refactoring
Author: Matthias Koeppe
Branch:
a77b971
Reviewer: Kwankyu Lee
Issue created by migration from https://trac.sagemath.org/ticket/34187
The text was updated successfully, but these errors were encountered: