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

Rename Output to Print #5

Merged
merged 2 commits into from
Jun 6, 2024
Merged

Rename Output to Print #5

merged 2 commits into from
Jun 6, 2024

Conversation

schneems
Copy link
Collaborator

@schneems schneems commented Jun 6, 2024

When trying to use both std::process::Output and bullet_stream::Output in the same file there is an import collision.

With this change the Print struct is introduced. The Output struct is still available but is deprecated.

Close #4

schneems added 2 commits June 6, 2024 17:36
When trying to use both `std::process::Output` and `bullet_stream::Output` in the same file there is an import collision.

With this change the `Print`  struct is introduced. The `Output` struct is still available but is deprecated.

Close #4
@schneems schneems marked this pull request as ready for review June 6, 2024 22:43
@schneems schneems merged commit 2c18421 into main Jun 6, 2024
4 checks passed
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.

Output conflicts with std::process::Output
1 participant