Create a synchrounous way to read the stdout/stderr
Open
Nobody has claimed this yet.
enhancement
Impact: Low
python api
- Dominant language
- C++
- Stars
- 331
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
Right now this can only be done using the async API, which is a bit more complex than the synchronous version
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing asynchronous API for reading stdout and stderr, since the issue does not name specific files or tests. Determine the synchronous API's expected behavior and how callers should know the operation is complete; done means both streams can be read through a synchronous interface with appropriate coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100