Skip to content

Conversation

philrhc
Copy link
Contributor

@philrhc philrhc commented Nov 10, 2024

refactors linking from lib.rs into link.rs

Copy link
Collaborator

@dicej dicej left a comment

Choose a reason for hiding this comment

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

LGTM; thanks. Just a minor nit; see comment below.

IndexMap<String, (ConfigContext<ComponentizePyConfig>, Option<&'a str>)>;

pub fn embedded_python_standard_library() -> Result<TempDir, io::Error> {
pub fn embedded_python_standard_library() -> Result<TempDir, Error> {
Copy link
Collaborator

Choose a reason for hiding this comment

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

We could change the Result<_, Error> types to just Result<_> in this file since anyhow::Result defaults to anyhow::Error for its second type parameter.

@philrhc
Copy link
Contributor Author

philrhc commented Dec 3, 2024

will re-open, i'm having some trouble running the tcp example integration test

@philrhc philrhc closed this Dec 3, 2024
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