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

Add native.popen option to disable native popen. #5921

Merged
merged 1 commit into from Oct 23, 2019

Commits on Oct 18, 2019

  1. Add native.popen option to disable native popen.

    Our native subprocess logic has some quirks, and for cases where
    it is a problem like jruby#5911 it would be good to be able to disable
    native popen/spawn/backquote without disabling all of native
    support. This PR adds the property `jruby.native.popen` defaulting
    to true. Users can force the use of the built-in JDK process logic
    by passing `-Xnative.popen=false` to JRuby or passing
    to the JVM `-Djruby.native.popen=false`.
    headius committed Oct 18, 2019
    Copy the full SHA
    6d371c2 View commit details
    Browse the repository at this point in the history