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

Use Process.spawn instead of the child_process gem #884

Closed
eregon opened this issue Dec 25, 2022 · 1 comment · Fixed by #892
Closed

Use Process.spawn instead of the child_process gem #884

eregon opened this issue Dec 25, 2022 · 1 comment · Fixed by #892
Assignees

Comments

@eregon
Copy link

eregon commented Dec 25, 2022

Since aruba is Ruby 2.6+ it can use Process.spawn which exists since 2.4.

Process.spawn covers the whole API of child_process, so there is no need for that dependency and it should be fairly easy to remove it.
child_process is unfortunately not very actively maintained, and that causes issues, for instance oracle/truffleruby#1525 / enkessler/childprocess#172.

🤔 What's the problem you're trying to solve?

Getting aruba and simplecov to work well under modern Rubies.

@mvz
Copy link
Contributor

mvz commented Jan 22, 2023

@eregon could you please have a look at #892? Since you implemented enkessler/childprocess#175 I'd like your input on this.

@mvz mvz closed this as completed in #892 Feb 12, 2023
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 a pull request may close this issue.

2 participants