-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: 2572d3976303
head repository: jruby/jruby
compare: 057062dcef59
- 20 commits
- 21 files changed
- 3 contributors
Commits on Jan 5, 2016
-
[Truffle] Only call respond_to_missing? in the respond_to? chain if t…
…he former is defined.
Configuration menu - View commit details
-
Copy full SHA for c90244f - Browse repository at this point
Copy the full SHA c90244fView commit details -
[Truffle] The Rubinius-only method __instance_variables__ needs to be…
… on BasicObject, not Kernel.
Configuration menu - View commit details
-
Copy full SHA for 473754f - Browse repository at this point
Copy the full SHA 473754fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f2a398 - Browse repository at this point
Copy the full SHA 6f2a398View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5f5388 - Browse repository at this point
Copy the full SHA f5f5388View commit details -
Configuration menu - View commit details
-
Copy full SHA for be15fc4 - Browse repository at this point
Copy the full SHA be15fc4View commit details -
7
Configuration menu - View commit details
-
Copy full SHA for 29db9da - Browse repository at this point
Copy the full SHA 29db9daView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5ab0d3 - Browse repository at this point
Copy the full SHA d5ab0d3View commit details
Commits on Jan 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 65f1253 - Browse repository at this point
Copy the full SHA 65f1253View commit details -
Remove buffering for input source.
If it's an inline script, it is in the form of a byte[] and does not need to be buffered. If it's a file or stdin, it will be read via a RubyIO, which does its own buffering. If it's coming from a jar file, it's already buffered or will be buffered by RubyIO. Removing this buffering enables direct access to any FileChannel associated with the open file, which in turn provides a true DATA object when requested.
Configuration menu - View commit details
-
Copy full SHA for 64a26a6 - Browse repository at this point
Copy the full SHA 64a26a6View commit details -
Implement DATA again. Fixes #3579.
This is an improvement on 1.7 in that for a normal file it will actually be a true ruby File wrapping the actual FileChannel used to parse the file.
Configuration menu - View commit details
-
Copy full SHA for c39e9b1 - Browse repository at this point
Copy the full SHA c39e9b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15c7711 - Browse repository at this point
Copy the full SHA 15c7711View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3890a73 - Browse repository at this point
Copy the full SHA 3890a73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55d94bb - Browse repository at this point
Copy the full SHA 55d94bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57cc8a6 - Browse repository at this point
Copy the full SHA 57cc8a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a3ac6d - Browse repository at this point
Copy the full SHA 5a3ac6dView commit details -
[Truffle] When you have a rest and then a post in restructure, the re…
…st should't capture what does into the post.
Configuration menu - View commit details
-
Copy full SHA for 6397963 - Browse repository at this point
Copy the full SHA 6397963View commit details -
Configuration menu - View commit details
-
Copy full SHA for a39aad7 - Browse repository at this point
Copy the full SHA a39aad7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1354bd1 - Browse repository at this point
Copy the full SHA 1354bd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41e510a - Browse repository at this point
Copy the full SHA 41e510aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 057062d - Browse repository at this point
Copy the full SHA 057062dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2572d3976303...057062dcef59