• dearblue's avatar
    Improves out of memory messages for `eval` · 88a11d81
    dearblue authored
    The comment says that if `mrb_parse_nstring()` returns `NULL`, it is only out of memory.
    I'm worried about compatibility if I set the exception class to `NoMemoryError`, so it's still `RuntimeError`.
    88a11d81
eval.c 4.82 KB