-
-
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: e15f837dfd7c^
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: f172304fcdb4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 15 files changed
- 1 contributor
Commits on Oct 28, 2016
-
Fixed an issue with alias names being converted to constant names whe…
…n they shouldn't be.
Configuration menu - View commit details
-
Copy full SHA for e15f837 - Browse repository at this point
Copy the full SHA e15f837View commit details
Commits on Oct 29, 2016
-
Configuration menu - View commit details
-
Copy full SHA for cae3e78 - Browse repository at this point
Copy the full SHA cae3e78View commit details -
[Truffle] Keep track of default_external and default_internal encondi…
…ngs in EncodingManager. A side effect of this change is we're no longer updating the JRuby runtime's default_external and default_internal values. As a result, we can't use methods from the JRuby runtime that rely on those values being up-to-date. Since RubyString#inspect is one such method, we have to move that back out to Ruby (String#inspect). This code has ping-ponged a few times between a Ruby and Java implementation. It appears whatever issue forced the move back to Java (i.e., RubyString#inspect) has been addressed.
Configuration menu - View commit details
-
Copy full SHA for f7aae66 - Browse repository at this point
Copy the full SHA f7aae66View commit details -
[Truffle] Simplified setting default_external and default_internal en…
…codings. Also, started moving non-standard Encoding methods out to Truffle::Encoding.
Configuration menu - View commit details
-
Copy full SHA for c4e535a - Browse repository at this point
Copy the full SHA c4e535aView commit details -
[Truffle] Removed unnecessary boundaries.
These methods became a lot simpler once we started tracking default_external and default_internal encodings in the EncodingManager.
Configuration menu - View commit details
-
Copy full SHA for fb95da0 - Browse repository at this point
Copy the full SHA fb95da0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01b1bdb - Browse repository at this point
Copy the full SHA 01b1bdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 128f7dc - Browse repository at this point
Copy the full SHA 128f7dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f172304 - Browse repository at this point
Copy the full SHA f172304View commit details
There are no files selected for viewing