-
-
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: ff5333105c71
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: a1a99aaf88c0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 4 files changed
- 1 contributor
Commits on Jul 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b0dcd91 - Browse repository at this point
Copy the full SHA b0dcd91View commit details -
tune proc-to-iface callable matching to do less work
... and handle proc's with arity > than the functional-interface methods parameter count
Configuration menu - View commit details
-
Copy full SHA for 581a815 - Browse repository at this point
Copy the full SHA 581a815View commit details -
re-arrange proc arity matching
avoids incorrect ambiguous warning e.g. in case of : `java.io.File.new('.').listFiles { |pathname| ... }`
Configuration menu - View commit details
-
Copy full SHA for 7d24ec4 - Browse repository at this point
Copy the full SHA 7d24ec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7fcfd6 - Browse repository at this point
Copy the full SHA e7fcfd6View commit details -
[ji] fix missing local assing + do not match duckables when primitiva…
…ble/assignable found this avoids an incorrect ambiguous warning when matching proc-to-iface methods e.g. : `executor_spec.rb:22 warning: ambiguous Java methods found, using submit(java.util.concurrent.Callable)` ... also exploded the 3 level nested for loop to be only 2 levels
Configuration menu - View commit details
-
Copy full SHA for 9599674 - Browse repository at this point
Copy the full SHA 9599674View commit details -
forgot to initialize the mostSpecificArity for the first list element…
… (thus not matching)
Configuration menu - View commit details
-
Copy full SHA for 120e0ab - Browse repository at this point
Copy the full SHA 120e0abView commit details -
a unit test since we can not influence getMethods order (closer to fa…
…ilure at travis-ci)
Configuration menu - View commit details
-
Copy full SHA for 623a6f1 - Browse repository at this point
Copy the full SHA 623a6f1View commit details -
[ji] travis showcased negative proc-to-iface arity (still) dependent …
…on getMethods order
Configuration menu - View commit details
-
Copy full SHA for 3d7ac8f - Browse repository at this point
Copy the full SHA 3d7ac8fView commit details -
travis showcased we did not handle all negative proc-to-iface arity c…
…ases correctly ... they were still dependent on getMethods order (travis-ci failures in **spec:ji**)
Configuration menu - View commit details
-
Copy full SHA for e20d6c7 - Browse repository at this point
Copy the full SHA e20d6c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1a99aa - Browse repository at this point
Copy the full SHA a1a99aaView commit details
There are no files selected for viewing