-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
Missing stdout using Open3.popen
after Dir.chdir
#3655
Comments
@hsbt our IO subsystem and to some exent our process-oriented code was completely changed since 1.7.x so this is still just breakage from those changes. |
I understand it. but CRuby returns same results as JRuby 1.7.x
I think this /cc @headius |
This is the same issue as #3653 but for a different method. In any case there's nothing going to get fixed for this in 9.1. I'll update some tags and punt. |
Note that this affects Windows even though it runs the old logic, but it may be better masked by hacks in our non-native Process logic. We may be able to duplicate those hacks, but I'm not sure we can completely eliminate the additional cases where we shell-launch. |
Definitely nothing more going to happen on this one before 9.1.3.0. I think we should punt to 9.2 and try to get Windows native process support in along with Ruby 2.4 features. |
It's related with #3653 probably. I found another issue.
I invoke following code named inlineruby.rb.
I got following results with JRuby 9.0.5.0
JRuby 1.7.24 returns same results.
Is it intentional changes?
The text was updated successfully, but these errors were encountered: