Skip to content

Improve std and stdout handling #8

@crutchcorn

Description

@crutchcorn

Currently, there's a number of issues with how we're handling stderr and stdout.

  1. If nothing is passed to stdout, it will hang eternally
  2. stderr contents are inaccessible via queries

To solve this, let's implement the following:

  • Add *ByErrorMessage queries
    • Add in _stderr internally, like _stdout
  • Remove stdstr entirely
  • Remove toThrow behavior when stderr is ran at first

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions