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

Implements a basic sys/exec for testing #6

Open
8 tasks
alaviss opened this issue Feb 3, 2021 · 1 comment
Open
8 tasks

Implements a basic sys/exec for testing #6

alaviss opened this issue Feb 3, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@alaviss
Copy link
Owner

alaviss commented Feb 3, 2021

The current version in features/exec-prototype branch is the API we eventually want, but due to the sheer size it's hard to write all the tests in one go.

So we are gonna pick small parts out and start implementing and testing those instead. Current checklist:

  • findExe()
  • Launcher
    • program
    • args
    • launch()
  • Process
    • wait()
  • ProcessStatus

The Windows version will be implemented as part of this.

@alaviss alaviss added the enhancement New feature or request label Feb 3, 2021
@alaviss
Copy link
Owner Author

alaviss commented Feb 3, 2021

Needs #1

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

1 participant