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

it should be possible to capture stdout or stderr to a file #85

Open
BrianHicks opened this issue Nov 1, 2022 · 2 comments
Open

it should be possible to capture stdout or stderr to a file #85

BrianHicks opened this issue Nov 1, 2022 · 2 comments
Assignees
Labels
good first issue Good for newcomers
Milestone

Comments

@BrianHicks
Copy link
Member

When implementing #7, @celsobonutti found that it's pretty inconvenient to capture stdout as a build result: you need to spawn a shell and do input redirection. This is a common-enough pattern, in my mind, that we should allow for it in the rbt API. So, this issue needs two things:

  • a new ADR detailing what the new API should be for capturing stdout to a file
  • after getting input on the ADR, implementing it
@BrianHicks BrianHicks moved this to Todo in rbt Nov 1, 2022
@BrianHicks BrianHicks modified the milestone: initial build Nov 1, 2022
@celsobonutti
Copy link
Collaborator

I'd like to tackle this one

@BrianHicks
Copy link
Member Author

PR for ADR is #91

@BrianHicks BrianHicks moved this from Todo to In Progress in rbt Nov 14, 2022
@BrianHicks BrianHicks added this to the initial build milestone Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: In Progress
Development

No branches or pull requests

2 participants