Skip to content
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

Isolated import hook changes #1958

Merged
merged 16 commits into from
Feb 28, 2024
Merged

Isolated import hook changes #1958

merged 16 commits into from
Feb 28, 2024

Conversation

mbway
Copy link
Contributor

@mbway mbway commented Feb 25, 2024

I have been working on maturin_import_hook in my fork, sorry it's taken so long. I'm nearly finished. This PR consists of the changes in the original PR #1748 that apply to maturin directly instead of the import hook.

The main change here is that packages installed with maturin develop are installed in editable mode so they are suitable for use with the import hook. I'm thinking that the initial release of the import hook can also make the necessary edits after calling maturin develop and in future releases the minimum supported maturin version can be raised.

Copy link

netlify bot commented Feb 25, 2024

Deploy Preview for maturin-guide ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 4a68f77
🔍 Latest deploy log https://app.netlify.com/sites/maturin-guide/deploys/65ddefabbf87aa0007d390db
😎 Deploy Preview https://deploy-preview-1958--maturin-guide.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@messense
Copy link
Member

The pyo3_mixed_with_path_dep test crate isn't tested in tests/run.rs?

Copy link
Member

@messense messense left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@messense messense merged commit 96b66ac into PyO3:main Feb 28, 2024
29 checks passed
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.

2 participants