| Age | Commit message (Collapse) | Author |
|
|
|
Mostly by renaming the shadowing variable.
If a shadowing variable was deleted,
the shadowed one can be used instead.
|
|
|
|
|
|
It's defined in mruby/version.h which gets included in mruby.h, so it's
safe to use.
|
|
Class method defined in singleton class should be evaluated in class
context not singleton class context.
fix #2515
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#2326
|
|
|
|
|
|
|
|
src/vm.c fix operation doc
[ci skip]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
formal arguments and optional arguments exist; close #2144
|
|
|
|
close #2129
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It does the same as `mrb_str_cat`.
|
|
|
|
|
|
|
|
|