Skip to content

Add implementation of editable strategy based on a link tree #11

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

Merged
merged 8 commits into from
Jun 15, 2022

Conversation

abravalheri
Copy link
Owner

Summary of changes

  • Add implementation of editable strategy based on a link tree
    • This is the strict implementation.
    • Only files are linked, not directories.
      • This approach makes it possible to use harlinks when softlinks are not available (e.g. Windows)
      • It also guarantees files that would not be part of the final wheel are not available in the editable install.
  • Add non-editable files to the produced wheel wheel (e.g. headers, scripts, data)

Closes

Pull Request Checklist

@abravalheri abravalheri force-pushed the editable-link-tree2 branch from 546605c to 9c527cd Compare June 15, 2022 15:11
Base automatically changed from editable-metapathfinder to build-editable-aggregate June 15, 2022 15:26
@abravalheri abravalheri merged commit d8aae7c into build-editable-aggregate Jun 15, 2022
@abravalheri abravalheri deleted the editable-link-tree2 branch June 15, 2022 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant