-
-
Notifications
You must be signed in to change notification settings - Fork 925
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8df95d6ad785
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5ce78c480fa6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 97 files changed
- 1 contributor
Commits on Nov 12, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 5021eb4 - Browse repository at this point
Copy the full SHA 5021eb4View commit details -
Restructure argv into a single command when doing chdir.
JRuby emulates current dir to be a good JVM citizen, since doing chdir could really mess up other apps/threads running in the same process. Unfortunately, posix_spawn does not support chdir, so we restructure the incoming command to use sh with a chdir prepended to the script. This worked fine for cases where argv only contained the command to run, but we missed logic to deal with additional args. This commit checks for chdir and argc > 1, building a new command line string by joining the individual argv elements with ' '. Fix was to get the update_rubygems command working, which does a Dir.chdir followed by a Kernel#system.
Configuration menu - View commit details
-
Copy full SHA for a467bc5 - Browse repository at this point
Copy the full SHA a467bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ce78c4 - Browse repository at this point
Copy the full SHA 5ce78c4View commit details
There are no files selected for viewing