mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
+1
-1
@@ -4,7 +4,7 @@
|
||||
|
||||
# The language
|
||||
|
||||
- mruby now supports `private` and `protected` visibitily ([b0db0bd](https://github.com/mruby/mruby/commit/b0db0bd))
|
||||
- mruby now supports `private` and `protected` visibility ([b0db0bd](https://github.com/mruby/mruby/commit/b0db0bd))
|
||||
- Maximum length of inlined symbols reduced from 5 to 4 characters to provide space for visibility flags ([6442a01](https://github.com/mruby/mruby/commit/6442a01))
|
||||
- Many methods are made private according to CRuby visibility ([4a0e806](https://github.com/mruby/mruby/commit/4a0e806))
|
||||
- Generate OP_SSEND for `self.method` type calls ([111fe4b](https://github.com/mruby/mruby/commit/111fe4b))
|
||||
|
||||
+1
-1
@@ -1407,7 +1407,7 @@ mrb_ary_to_s(mrb_state *mrb, mrb_value self)
|
||||
return ret;
|
||||
}
|
||||
|
||||
/* check array equality: 1=equal,0=not_equal,-1=need_elments_check */
|
||||
/* check array equality: 1=equal,0=not_equal,-1=need_elements_check */
|
||||
static mrb_int
|
||||
ary_eq(mrb_state *mrb, mrb_value ary1, mrb_value ary2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user