| Age | Commit message (Collapse) | Author |
|
|
|
mrbgems/mruby-eval/src/eval.c: In function ‘create_proc_from_string’:
mrbgems/mruby-eval/src/eval.c:152:10: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
file = "(eval)";
^
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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/
|
|
|
|
|