-
-
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: 923bc0a20dc7
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: 24a58e494a50
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 13 files changed
- 1 contributor
Commits on Feb 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ea406b8 - Browse repository at this point
Copy the full SHA ea406b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2032e2a - Browse repository at this point
Copy the full SHA 2032e2aView commit details -
Use bitfield operations for lex_state management. This is to match MR…
…I in behavior. Keeping it as an enum would have led to an explosion of enum values or a second field. Seems simpler to track MRI. This fixed one issue in mri test suite as well.
Configuration menu - View commit details
-
Copy full SHA for 88564ac - Browse repository at this point
Copy the full SHA 88564acView commit details -
Fixes 'false ? raise do end : tap' in parser and ripper.
MRI test covers this case.
Configuration menu - View commit details
-
Copy full SHA for fbfe8e1 - Browse repository at this point
Copy the full SHA fbfe8e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 712e289 - Browse repository at this point
Copy the full SHA 712e289View commit details -
Fixes warn_balances tests in MRI. Our output has been updated to match
theirs. We also had a few wrong operators in the warning messages (e.g. reporting on '*' instead if '**').
Configuration menu - View commit details
-
Copy full SHA for 985c2f0 - Browse repository at this point
Copy the full SHA 985c2f0View commit details -
Emit warning "unexpected fraction part after numeric literal" when
numeric literal is like "0x0.0".
Configuration menu - View commit details
-
Copy full SHA for c5c232c - Browse repository at this point
Copy the full SHA c5c232cView commit details -
Script lines feature will not concatenate but replace if it is
reparsed. Caught by MRI test.
Configuration menu - View commit details
-
Copy full SHA for 9c80a41 - Browse repository at this point
Copy the full SHA 9c80a41View commit details -
Properly generate 'circular argument reference' warning in main parser.
This is an independent fix from us not supporting: ```ruby def foo(var = var); p var; end; foo ```
Configuration menu - View commit details
-
Copy full SHA for 24a58e4 - Browse repository at this point
Copy the full SHA 24a58e4View commit details
There are no files selected for viewing