-
-
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: c54357cd075a
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: 5d6ddf88631c
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 61 files changed
- 1 contributor
Commits on Jul 6, 2017
-
Mega Mega Patch. Parser largely pushes most things as ByteList.
Up to this point all things are still being accessed through String versions of methods from IRBuilder on. So this should be zero sum...However...there is a problem I have not figured out yet where I think a RubyHash is getting messed up. So there will be at least one more commit before this is fully zero sum. I have made all existing methods and deprecated. They probably will only work so long as the strings represent 7bit ascii or are utf-8 but since they are all internal methods no longer used I do not fully care. If some external projects are using them then I do not expect they will notice since we have had mbc issues for years. I had considered making all identifiers share the source line they exist on to prevent extra array construction and copying. It could be changed later. Also I still make a token string in the lexer and as a side-effect we get and identifier ByteList. Once this is fully working we can just delete token creation code and only use the identifier.
Configuration menu - View commit details
-
Copy full SHA for b9d3782 - Browse repository at this point
Copy the full SHA b9d3782View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7beb68 - Browse repository at this point
Copy the full SHA c7beb68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fad20c - Browse repository at this point
Copy the full SHA 9fad20cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f342c29 - Browse repository at this point
Copy the full SHA f342c29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3288cbe - Browse repository at this point
Copy the full SHA 3288cbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a2d09e - Browse repository at this point
Copy the full SHA 6a2d09eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffbf7bd - Browse repository at this point
Copy the full SHA ffbf7bdView commit details -
We need to be like we were before in making a string from a bytelist …
…in the helper. Note: Once we switch to bytelist this method will never be called again.
Configuration menu - View commit details
-
Copy full SHA for fc02bf0 - Browse repository at this point
Copy the full SHA fc02bf0View commit details -
Some name capture not using bytelists yet (still runs over assumption…
… in joni on bytes encoding).
Configuration menu - View commit details
-
Copy full SHA for bf2a2b4 - Browse repository at this point
Copy the full SHA bf2a2b4View commit details -
local variables should use StringSupport instead of toString() in dep…
…recated getVariables() method.
Configuration menu - View commit details
-
Copy full SHA for fb57a88 - Browse repository at this point
Copy the full SHA fb57a88View commit details -
Update parser for some changes for 2.4. This is only partial and I am…
… mixing in another activity at the same time....Making the source look much more like MRIs parse.y by using static imports.
Configuration menu - View commit details
-
Copy full SHA for c38e1d9 - Browse repository at this point
Copy the full SHA c38e1d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d6ddf8 - Browse repository at this point
Copy the full SHA 5d6ddf8View commit details
There are no files selected for viewing