Skip to content

Conversation

@alexcrichton
Copy link
Contributor

Use "append" instead of "set" to help indicate that the output of the stream is appended to stdout/stderr as opposed to only one stream being read at a time.

Use "append" instead of "set" to help indicate that the output of the
stream is appended to stdout/stderr as opposed to only one stream being
read at a time.
@sunfishcode
Copy link
Member

Could you also add a basic summary of what these functions do in documentation comments?

@alexcrichton
Copy link
Contributor Author

Sure!


@since(version = 0.3.0-rc-2025-08-15)
interface stdout {
/// Appends the provided stream of data to the "stdout" of this component.
Copy link
Member

Choose a reason for hiding this comment

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

What does "append" mean in this context? If an application calls append-stdout multiple times, how do the different output streams relate?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure yeah, I've expanded the docs a bit

@alexcrichton
Copy link
Contributor Author

This was folded into #82

@alexcrichton alexcrichton deleted the rename-stdio branch October 3, 2025 20:52
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