-
-
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: 4de1321a9756
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: 5744c4d877a6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 10 files changed
- 1 contributor
Commits on Apr 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d51d63e - Browse repository at this point
Copy the full SHA d51d63eView commit details -
[ji] use ruby_xxx method naming convention for collision methods on j…
…ava.util.Map users will be able to do use ruby versions with a simple alias on concrete types e.g. `java.util.HashMap.class_eval { alias merge ruby_merge }` resolves #1249
Configuration menu - View commit details
-
Copy full SHA for ed55b10 - Browse repository at this point
Copy the full SHA ed55b10View commit details -
[ji] array like first/last on java.util.List with ruby_xxx name (to h…
…andle potential collision) e.g. java.util.LinkedList provides getFirst/getLast thus previously behaviour was : ``` java.util.ArrayList.new.first # nil java.util.LinkedList.new.first # throwing NoSuchElementException # will now behave consistent in Ruby-land with : java.util.LinkedList.class_eval { alias last ruby_last; alias first ruby_first } ```
Configuration menu - View commit details
-
Copy full SHA for ebb2295 - Browse repository at this point
Copy the full SHA ebb2295View commit details -
[ji] re-def Enumerable#first on Collection so that it can be aliased …
…when it conflicts ... e.g. this would happen on java.util.Deque due having a getFirst method prescribed
Configuration menu - View commit details
-
Copy full SHA for 64bfcde - Browse repository at this point
Copy the full SHA 64bfcdeView commit details
Commits on Apr 20, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5744c4d - Browse repository at this point
Copy the full SHA 5744c4dView commit details
There are no files selected for viewing