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

Don't use the file system to pass export results #6087

Merged
merged 2 commits into from
Feb 10, 2025

Conversation

robertbastian
Copy link
Member

@robertbastian robertbastian commented Feb 7, 2025

@robertbastian robertbastian requested review from Manishearth, sffc and a team as code owners February 7, 2025 20:20
Copy link
Member

@Manishearth Manishearth left a comment

Choose a reason for hiding this comment

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

sgtm!

/// Contains information about a successful export.
pub struct ExporterCloseMetadata;
pub struct ExporterCloseMetadata(pub Option<Box<dyn core::any::Any>>);
Copy link
Member

Choose a reason for hiding this comment

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

thought: dyn Display or Debug? Could be paired with Any.

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't think there's much of a point just printing everything that's in there

@robertbastian robertbastian merged commit f4506f1 into unicode-org:main Feb 10, 2025
28 checks passed
@robertbastian robertbastian deleted the exportres branch February 10, 2025 09:57
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