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

Check if the Stderr buf can ever be full #71

Open
didof opened this issue Feb 10, 2023 · 1 comment
Open

Check if the Stderr buf can ever be full #71

didof opened this issue Feb 10, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@didof
Copy link
Contributor

didof commented Feb 10, 2023

  • check if len(e.Stderr) > 0
  • if so, append it to the error with string(e.Stderr)

Originally posted by @leodido in #68 (comment)

In that case, sync with @leodido on what to do.

@github-actions github-actions bot added the needs-triage Mantainers team needs to take a first look at the issue label Feb 10, 2023
@leodido leodido added enhancement New feature or request and removed needs-triage Mantainers team needs to take a first look at the issue labels Feb 10, 2023
@leodido
Copy link
Member

leodido commented Feb 10, 2023

Cool but not a top priority. To the contrary, very low priority (because very edgy).

@leodido leodido changed the title Check if the Stderr buf can ever be full. Check if the Stderr buf can ever be full Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants