-
-
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: 59bb737cc3f9
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: 729f1ed5a4f9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 4 files changed
- 1 contributor
Commits on Aug 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 928f272 - Browse repository at this point
Copy the full SHA 928f272View commit details -
Can't reference Frame.DUMMY due to circular static init.
Frame has a static DUMMY = new Frame(). This causes Block's static init to run, which has a DUMMY = new Block(). This causes Binding's static init to run, which has a DUMMY = new Binding that uses Frame.DUMMY. But we're still in the static init for Frame, so Frame.DUMMY is still null. Frame.DUMMY is just a utility for other areas, so creating a new blank dummy frame for Binding.DUMMY is ok.
Configuration menu - View commit details
-
Copy full SHA for 20210f4 - Browse repository at this point
Copy the full SHA 20210f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a53773b - Browse repository at this point
Copy the full SHA a53773bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 729f1ed - Browse repository at this point
Copy the full SHA 729f1edView commit details
There are no files selected for viewing