Skip to content

Process: use process instead of typed-process #55

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

Merged
merged 12 commits into from
Feb 3, 2023

Conversation

qaristote
Copy link
Contributor

@qaristote qaristote commented Feb 2, 2023

The use of the typed-process library is at the root of #15. This PR replaces it with the process library it builds upon anyways. Notable changes include

  • the Process.wait function was removed: it's not strictly necessary and was annoying to implement as waitForProcess doesn't automatically close the I/O handles
  • the manualExit and settingOptions (its advanced part) examples were merged into the new underlyingProcess example, which shows how to use the internals of the Handle datatype to tweak the behavior of the process and close it manually

Before merging this, we should check that

@qaristote qaristote mentioned this pull request Feb 2, 2023
5 tasks
Copy link
Member

@facundominguez facundominguez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

I contributed a commit, and left some suggestions.

qaristote and others added 5 commits February 2, 2023 15:49
Flake edited to please shellcheck
This reverts commit 7ad2f1c.

The markdown-link-check CI failure seems to have been only temporary.
I'm thus reverting the commit as an https link is better than an http one.
@qaristote qaristote merged commit 6c4c99d into master Feb 3, 2023
@qaristote qaristote deleted the qa/replace_typed-process branch February 3, 2023 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants