-
-
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: a07697364174
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: 94505082ee25
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 9 files changed
- 2 contributors
Commits on Dec 19, 2017
-
Ensure assignable constant failure produces error
The recent fixes ensured that the on_assign_error callback was issued, but MRI fails the whole parse in this case.
Configuration menu - View commit details
-
Copy full SHA for 7b02e5c - Browse repository at this point
Copy the full SHA 7b02e5cView commit details
Commits on Dec 20, 2017
-
Do not skip whitespace in percent literals
I'm not sure why this was introduced, as I don't think this was ever a thing for anything beyond w/W/i/I, and those have explicit whitespace removal in their respective cases.
Configuration menu - View commit details
-
Copy full SHA for b07e268 - Browse repository at this point
Copy the full SHA b07e268View commit details
Commits on Dec 21, 2017
-
Move peekVariableName to LexingCommon
So that Ripper can also benefit from it.
Configuration menu - View commit details
-
Copy full SHA for 81b4fe6 - Browse repository at this point
Copy the full SHA 81b4fe6View commit details -
Ensure # is included in string with invalid gvar
The parser correctly identified that no interpolation should happen, but failed to include the hash symbol in the result.
Configuration menu - View commit details
-
Copy full SHA for e0ad1e4 - Browse repository at this point
Copy the full SHA e0ad1e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78291a6 - Browse repository at this point
Copy the full SHA 78291a6View commit details
Commits on Dec 22, 2017
-
Fix handling of invalid gvar reference in heredoc
For both the main Ruby parser and Ripper
Configuration menu - View commit details
-
Copy full SHA for 766bfce - Browse repository at this point
Copy the full SHA 766bfceView commit details -
The logic makes more sense to me, and seems to work better with the cryptic test cases this introduces.
Configuration menu - View commit details
-
Copy full SHA for 9d8877a - Browse repository at this point
Copy the full SHA 9d8877aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93b588b - Browse repository at this point
Copy the full SHA 93b588bView commit details -
Merge pull request #4911 from grddev/parsing-fixes
Miscellaneous parsing fixes
Configuration menu - View commit details
-
Copy full SHA for 9450508 - Browse repository at this point
Copy the full SHA 9450508View commit details
There are no files selected for viewing