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

Disable py-clone feature for PyO3 #1295

Open
IvanIsCoding opened this issue Oct 14, 2024 · 0 comments
Open

Disable py-clone feature for PyO3 #1295

IvanIsCoding opened this issue Oct 14, 2024 · 0 comments
Labels
dependencies Pull requests that update a dependency file help wanted Extra attention is needed

Comments

@IvanIsCoding
Copy link
Collaborator

The py-clone feature is going to be deprecated in the PyO3 0.23 release. Unfortunately, we use it extensively.

Some errors have detailed explanations: E0271, E0277, E0308, E0507, E0596, E0599.
For more information about an error, try `rustc --explain E0271`.
warning: `rustworkx` (lib) generated 1 warning
error: could not compile `rustworkx` (lib) due to 55 previous errors; 1 warning emitted

We need to fix at least 55 compiling errors before fully disabling the feature. PRs with partial migrations also help, it doesn't need to be submitted all at once.

@IvanIsCoding IvanIsCoding added dependencies Pull requests that update a dependency file help wanted Extra attention is needed labels Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant