| Age | Commit message (Collapse) | Author |
|
|
|
target_class should be singleton class of the receiver
|
|
Compiler codes is moved to "mruby-compiler".
Executable `mrbc` is moved to "mruby-bin-mrbc".
|
|
|
|
|
|
|
|
allocation size of irep->iv is irep->nlocals-1.
|
|
|
|
|
|
|
|
target_class should not be TT_ICLASS in instance_eval(string); ref #1152
|
|
|
|
|
|
|
|
The return value of mrb_generate_code()
must be null-checked before referencing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Only a nil binding will be supported.
|
|
|
|
|
|
"spec.author=" expects a String represents a single author.
"spec.authors=" expects an Array which is a list of multiple authors.
http://guides.rubygems.org/specification-reference/
|
|
|
|
|