-
Notifications
You must be signed in to change notification settings - Fork 605
Comparing changes
Open a pull request
base repository: rubinius/rubinius
base: e3cf7d9b3307
head repository: rubinius/rubinius
compare: 29ad4f66816d
Commits on Feb 5, 2016
-
Moved ARGF.read encoding specs to shared spec file
Yorick Peterse committedFeb 5, 2016 Configuration menu - View commit details
-
Copy full SHA for cb7ee92 - Browse repository at this point
Copy the full SHA cb7ee92View commit details -
ARGF.read should use ASCII 8BIT, not US_ASCII
Yorick Peterse committedFeb 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 05f2a7e - Browse repository at this point
Copy the full SHA 05f2a7eView commit details -
Added specs for ARGF.read_nonblock
Yorick Peterse committedFeb 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 68ab57c - Browse repository at this point
Copy the full SHA 68ab57cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 391db8d - Browse repository at this point
Copy the full SHA 391db8dView commit details -
Added local variable methods to Binding
This adds the following methods: * Binding#local_variable_set * Binding#local_variable_get * Binding#local_variable_defined? Fixes #2992 Closes #3372
Yorick Peterse committedFeb 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 40f04c1 - Browse repository at this point
Copy the full SHA 40f04c1View commit details -
When defining a method through a proc which gets created out of a method which is defined in a C-ext, `meth.ruby_method.executable` is a instance of Rubinius::NativeCode and not Rubinius::CompiledCode which does not respond to #scope. This is used for example in pg gem: https://github.com/ged/ruby-pg/blob/bb4693e811f9348f202835e701e6509d15685b0a/lib/pg/connection.rb#L187
Configuration menu - View commit details
-
Copy full SHA for d436251 - Browse repository at this point
Copy the full SHA d436251View commit details -
Configuration menu - View commit details
-
Copy full SHA for 040c726 - Browse repository at this point
Copy the full SHA 040c726View commit details -
implement Method#for_define_method, add second argument klass to for_…
…define_method which is needed by Method and UnboundMethod
Configuration menu - View commit details
-
Copy full SHA for 2e501b5 - Browse repository at this point
Copy the full SHA 2e501b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f9756b - Browse repository at this point
Copy the full SHA 3f9756bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 510919d - Browse repository at this point
Copy the full SHA 510919dView commit details -
cleanup Method#for_define_method and UnboundMethod#for_define_method,…
… delegate responsibility further to executables
Configuration menu - View commit details
-
Copy full SHA for 7cd4315 - Browse repository at this point
Copy the full SHA 7cd4315View commit details -
implement Executable#scope, retrieving proper code part is responsibi…
…lity of Method,UnboundMethod #for_define_method, add 3rd arg callabale_proc to Method,UnboundMethod #for_define_method
Configuration menu - View commit details
-
Copy full SHA for 5d2f054 - Browse repository at this point
Copy the full SHA 5d2f054View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a68fda - Browse repository at this point
Copy the full SHA 1a68fdaView commit details
Commits on Feb 6, 2016
-
Proc#for_define_method get the scope through the newly created BlockE…
…nvironment::AsMethod
Configuration menu - View commit details
-
Copy full SHA for 21bede5 - Browse repository at this point
Copy the full SHA 21bede5View commit details -
add example which specs behavior of Proc#for_define_method when procs…
… @ruby_method is set
Configuration menu - View commit details
-
Copy full SHA for 7a8f1dc - Browse repository at this point
Copy the full SHA 7a8f1dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 161a787 - Browse repository at this point
Copy the full SHA 161a787View commit details -
Configuration menu - View commit details
-
Copy full SHA for d59ca90 - Browse repository at this point
Copy the full SHA d59ca90View commit details
Commits on Feb 7, 2016
-
Implement Proc#for_define_method when @ruby_method is nil like in the…
… old impl to ensure the same behavior
Configuration menu - View commit details
-
Copy full SHA for eb465ca - Browse repository at this point
Copy the full SHA eb465caView commit details
Commits on Feb 8, 2016
-
Merge pull request #3617 from rubinius/clean_up_define_method
Clean up define method
Configuration menu - View commit details
-
Copy full SHA for e2d1437 - Browse repository at this point
Copy the full SHA e2d1437View commit details
Commits on Feb 9, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f9589ca - Browse repository at this point
Copy the full SHA f9589caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61127a5 - Browse repository at this point
Copy the full SHA 61127a5View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for ca3bfcd - Browse repository at this point
Copy the full SHA ca3bfcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e9bf80 - Browse repository at this point
Copy the full SHA 6e9bf80View commit details
Commits on Feb 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 750dea0 - Browse repository at this point
Copy the full SHA 750dea0View commit details
Commits on Feb 11, 2016
-
Configuration menu - View commit details
-
Copy full SHA for df6783d - Browse repository at this point
Copy the full SHA df6783dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c700fb3 - Browse repository at this point
Copy the full SHA c700fb3View commit details
Commits on Feb 12, 2016
-
MRI seems to handle this within C and doesn't define any way of setting the receiver from Ruby. As a result of this we'll just use a keyword argument. Fixes #3607
Yorick Peterse committedFeb 12, 2016 Configuration menu - View commit details
-
Copy full SHA for b372185 - Browse repository at this point
Copy the full SHA b372185View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d7dd0c - Browse repository at this point
Copy the full SHA 0d7dd0cView commit details -
Fixed NameError#receiver for BasicObject instances
Yorick Peterse committedFeb 12, 2016 Configuration menu - View commit details
-
Copy full SHA for 8b7d91b - Browse repository at this point
Copy the full SHA 8b7d91bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89cf641 - Browse repository at this point
Copy the full SHA 89cf641View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9429ac3 - Browse repository at this point
Copy the full SHA 9429ac3View commit details -
Updated list of Gems to install
In particular this includes rubysl-stringio 2.1.0
Yorick Peterse committedFeb 12, 2016 Configuration menu - View commit details
-
Copy full SHA for 9765ca9 - Browse repository at this point
Copy the full SHA 9765ca9View commit details
Commits on Feb 15, 2016
-
Use ascii_only_p() instead of ascii_only_
ascii_only_ does not usually have a correct value, so we ascii_only_p() to make sure it does. Related to #3531
Configuration menu - View commit details
-
Copy full SHA for cdc89a9 - Browse repository at this point
Copy the full SHA cdc89a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca72c65 - Browse repository at this point
Copy the full SHA ca72c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6592ea6 - Browse repository at this point
Copy the full SHA 6592ea6View commit details
Commits on Feb 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9d268d0 - Browse repository at this point
Copy the full SHA 9d268d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29ad4f6 - Browse repository at this point
Copy the full SHA 29ad4f6View commit details
There are no files selected for viewing