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

PyO3: migrate src/rust/engine/src/nodes/execute_process.rs to Bound smart pointer (and add more helpers) #21481

Merged

Conversation

tdyas
Copy link
Contributor

@tdyas tdyas commented Oct 2, 2024

Add more helpers for migrating to Bound plus migrate src/rust/engine/src/nodes/execute_process.rs to use the Bound smart pointer.

@tdyas tdyas added category:internal CI, fixes for not-yet-released features, etc. release-notes:not-required PR doesn't require mention in release notes labels Oct 2, 2024
@tdyas tdyas marked this pull request as ready for review October 3, 2024 00:59
@tdyas tdyas requested review from benjyw and huonw October 3, 2024 00:59
@tdyas tdyas enabled auto-merge (squash) October 3, 2024 00:59
@@ -219,6 +219,7 @@ pub fn collect_iterable(value: &PyAny) -> Result<Vec<&PyAny>, String> {
}

/// Read a `FrozenDict[str, T]`.
// TODO: Rename this back to getattr_from_str_frozendict_bound once migration is complete.
Copy link
Sponsor Contributor

Choose a reason for hiding this comment

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

DYM

Suggested change
// TODO: Rename this back to getattr_from_str_frozendict_bound once migration is complete.
// TODO: Rename this back to getattr_from_str_frozendict once migration is complete.

@tdyas tdyas merged commit 5c4269a into pantsbuild:main Oct 3, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:internal CI, fixes for not-yet-released features, etc. release-notes:not-required PR doesn't require mention in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants