-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Editable Installer: Handle changes cleanly #2855
Comments
Hi, I would like to attempt to resolve this issue! I can try to follow way 2 you specify. |
Hello @bhallaY , do you still like to work on this issue? fin swimmer |
Just to be complete, as #3289 mentions, a set of related reproduction steps: # assuming poetry 1.1.4, in-project venv, and python 3.8:
poetry new foo
cd foo
poetry install
poetry version minor
poetry install then ls .venv/lib/python3.8/site-packages/foo-*.dist-info outputs something similar to
Therefore
outputs
instead of the expected
|
Resolved by: #3900 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Today, the editable installer (
poetry>1.0.10
), does not handle removals of files (includes, console scripts etc.) cleanly. This needs to be improved.There are two potential approaches,
*.dist-info/RECORD
csv file. We could load the list prior to new install and then identify the delta after installation.Reproduction
This issue can be reproduced as follows.
Today, once this is done, the following happens.
We expect this to happen.
The text was updated successfully, but these errors were encountered: