-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: 023d74d8e8ae
head repository: jruby/jruby
compare: f6f3591f639b
Commits on Jul 6, 2015
-
adds rmvn command since it comes with ruby-maven and make regular bin…
…/mvn inside the gem executable
Configuration menu - View commit details
-
Copy full SHA for d0a2955 - Browse repository at this point
Copy the full SHA d0a2955View commit details -
use user.dir as CWD when code is inside a jar on backquote execution
when inside a jar the CWD is uri:classloader:/ and executing a system command can not change into this CWD. use java system property user.dir in such a case Sponsored by Lookout Inc.
Configuration menu - View commit details
-
Copy full SHA for 1fd27e6 - Browse repository at this point
Copy the full SHA 1fd27e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08ecc3c - Browse repository at this point
Copy the full SHA 08ecc3cView commit details
Commits on Jul 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e5955c8 - Browse repository at this point
Copy the full SHA e5955c8View commit details -
Off by one error in proc to interface optimization for 2 and 3 arity …
…paths (still missing test)
1Configuration menu - View commit details
-
Copy full SHA for a741a82 - Browse repository at this point
Copy the full SHA a741a82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 424661f - Browse repository at this point
Copy the full SHA 424661fView commit details
Commits on Jul 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d51c9bf - Browse repository at this point
Copy the full SHA d51c9bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcc9b29 - Browse repository at this point
Copy the full SHA bcc9b29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e4b0bd - Browse repository at this point
Copy the full SHA 8e4b0bdView commit details
Commits on Jul 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6182486 - Browse repository at this point
Copy the full SHA 6182486View commit details
Commits on Jul 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 207b8be - Browse repository at this point
Copy the full SHA 207b8beView commit details
Commits on Jul 14, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3b68bdb - Browse repository at this point
Copy the full SHA 3b68bdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a6a6f5 - Browse repository at this point
Copy the full SHA 2a6a6f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cef1af3 - Browse repository at this point
Copy the full SHA cef1af3View commit details -
make sure -Dorg.jruby.embed.compat.version=1.8 works
with (JSR223) scripting-container (fixes #1365)
Configuration menu - View commit details
-
Copy full SHA for 05531ea - Browse repository at this point
Copy the full SHA 05531eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe236a6 - Browse repository at this point
Copy the full SHA fe236a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30cfff8 - Browse repository at this point
Copy the full SHA 30cfff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 935553d - Browse repository at this point
Copy the full SHA 935553dView commit details
Commits on Jul 15, 2015
-
spec for regression in proc to iface optimization
complements commit a741a82
Configuration menu - View commit details
-
Copy full SHA for c79610c - Browse repository at this point
Copy the full SHA c79610cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d90f9f - Browse repository at this point
Copy the full SHA 1d90f9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84a2051 - Browse repository at this point
Copy the full SHA 84a2051View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27dc383 - Browse repository at this point
Copy the full SHA 27dc383View commit details -
Configuration menu - View commit details
-
Copy full SHA for db7c111 - Browse repository at this point
Copy the full SHA db7c111View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a9f22e - Browse repository at this point
Copy the full SHA 6a9f22eView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaaa4f0 - Browse repository at this point
Copy the full SHA eaaa4f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 772bbcc - Browse repository at this point
Copy the full SHA 772bbccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 106cdeb - Browse repository at this point
Copy the full SHA 106cdebView commit details
Commits on Jul 16, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3264692 - Browse repository at this point
Copy the full SHA 3264692View commit details -
Configuration menu - View commit details
-
Copy full SHA for e893bb1 - Browse repository at this point
Copy the full SHA e893bb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c7320b - Browse repository at this point
Copy the full SHA 6c7320bView commit details -
avoid reflection in getFunctionalInterface
... while checking whether method.isDefault()
Configuration menu - View commit details
-
Copy full SHA for ddbed4b - Browse repository at this point
Copy the full SHA ddbed4bView commit details -
improve resolving functional-interfaces
if there's an abstract method implemented by the Object.class (e.g. equals) continue looking for the "real" single method
Configuration menu - View commit details
-
Copy full SHA for f1353e3 - Browse repository at this point
Copy the full SHA f1353e3View commit details -
support for matching proc-to-iface methods by arity
... of the block (see #3136) when there are 2 method with different interface type signature we can improve current (unpredictable) logic state prior to this commit is printing a ambiguous warning, the picked method depends on returned getMethods order
Configuration menu - View commit details
-
Copy full SHA for c054d50 - Browse repository at this point
Copy the full SHA c054d50View commit details -
method cache hash calc needs to acount for Proc
so that we cache correctly cases with proc-to-iface dispatch (per Proc's arity) as a side effect redundant null checks were removed and the calculation should now compute the same when using args[] or the overloaded version (with args splatted) (closing #3136)
Configuration menu - View commit details
-
Copy full SHA for bd50c26 - Browse repository at this point
Copy the full SHA bd50c26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 950cf3f - Browse repository at this point
Copy the full SHA 950cf3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for aedbf26 - Browse repository at this point
Copy the full SHA aedbf26View commit details
Commits on Jul 17, 2015
-
Merge branch 'jruby-1_7' into master
* jruby-1_7: (36 commits) no need for "" + ... keep the test Java 6 compilable + more asserts method cache hash calc needs to acount for Proc support for matching proc-to-iface methods by arity improve resolving functional-interfaces avoid reflection in getFunctionalInterface some Java.getFunctionalInterfaceMethod asserts introduce a getFunctionalInterfaceMethod helper generix-ize some of JavaUtil's static helpers Make sure windows files generate signatures as part of post_process_artifacts Doh...how did this not get added Fixes #3135. Provide sha256 sums yet another multiple args proc-to-iface spec less deprecation warnings from implementation_spec clean + avoid deprecation warn in executor_spec less rspec deprecation warnings from ant spec avoid File#listFiles in spec since it's ambiguous spec for regression in proc to iface optimization Fix references to old mailing lists. Return nil when waitpid returns 0. Fixes #3117. ... Conflicts: VERSION antlib/extra.xml core/pom.xml core/src/main/java/org/jruby/RubyProcess.java core/src/main/java/org/jruby/embed/util/SystemPropertyCatcher.java core/src/test/java/org/jruby/embed/ScriptingContainerTest.java docs/man/pom.xml docs/pom.xml ext/pom.xml ext/readline/pom.xml ext/ripper/pom.xml lib/pom.xml maven/jruby-complete/pom.xml maven/jruby-dist/pom.xml maven/jruby-dist/src/main/assembly/jruby.xml maven/jruby-jars/pom.xml maven/jruby-noasm/pom.xml maven/jruby-rake-plugin/pom.xml maven/jruby-stdlib/pom.xml maven/jruby/pom.xml maven/pom.xml pom.xml test/pom.xml test/test_backquote.rb test/test_kernel.rb
Configuration menu - View commit details
-
Copy full SHA for bfb6c91 - Browse repository at this point
Copy the full SHA bfb6c91View commit details -
Merge branch 'master' of github.com:jruby/jruby
* 'master' of github.com:jruby/jruby: split tests for jruby-jars and see if they are more stable on travis fix permission of lib/ruby/maven-home/bin/mvn
Configuration menu - View commit details
-
Copy full SHA for f6f3591 - Browse repository at this point
Copy the full SHA f6f3591View commit details
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.