You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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()
program
args
launch()
wait()
The Windows version will be implemented as part of this.
The text was updated successfully, but these errors were encountered: