-
-
Notifications
You must be signed in to change notification settings - Fork 555
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
Cleaning up stale installed files in setup() #21604
Comments
New commits:
|
Commit: |
comment:3
Could you add a few lines of comments to the patch that explain what "stale installed files" are? |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Dependencies: #21580 |
Branch pushed to git repo; I updated commit sha1. This was a forced push. Last 10 new commits:
|
comment:8
Rebased on top of #21480. |
Reviewer: Matthias Koeppe |
comment:10
As I wrote in #21600 this makes sense, but I think this should happen prior to any "build" command, not just at install time, since this is really an issue of keeping around a build/ dir from a previous build and expecting to be able to reuse it for a new build. I can appreciate the need for that, I would just move this step earlier, maybe even as a sub-command of |
comment:11
Replying to @embray:
Couldn't this be done as follow-up ticket? Otherwise we will never make progress. What you say makes sense, but the changes made in this ticket also make sense. |
comment:12
I agree with Jeroen. |
comment:14
I've created the follow-up ticket at #21654. |
Changed branch from u/jdemeyer/cleaning_up_stale_installed_files_in_setup__ to |
This part of
src/setup.py
should be moved inside some distutils command:Depends on #21480
CC: @mkoeppe
Component: build
Author: Jeroen Demeyer
Branch/Commit:
5ba95ed
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/21604
The text was updated successfully, but these errors were encountered: