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
$ jruby --version jruby 9.0.0.0.rc2 (2.2.2) 2015-07-09 ff331eb Java HotSpot(TM) Client VM 25.45-b02 on 1.8.0_45-b14 +jit [Windows 7-x86] $ jruby -r open3 -d -e 'Open3.popen3("notepad")' NoMethodError: undefined method `popen3' for IO:Class method_missing at org/jruby/RubyBasicObject.java:1597 popen3 at C:/jruby-9.0.0.0.rc2/lib/ruby/stdlib/jruby/open3_windows.rb:74 <top> at -e:1
The text was updated successfully, but these errors were encountered:
Bleh. I thought I'd restored everything necessary. Will look into this.
Sorry, something went wrong.
de7597b
Ok, it's working now. I tested by forcing the use of the old Windows-friendly IO.popen3. This does not get open3 working better than in 1.7; popen2 and friends still do not work properly. We will fix this after JRuby 9.0.0.0.
No branches or pull requests
The text was updated successfully, but these errors were encountered: