Files
mruby-mruby/src
Yukihiro "Matz" Matsumoto fd7896e579 error.c: stop calling initialize from VM exceptions.
The invocation of `initialize` hook can cause infinite recursion too
easily. We stop invoking the method for safety, at the cost of less
flexibility.

The `initialize` methods (e.g. ones defined in `mrblib/10error.rb`) are
called only from `NoMethodError.new(args..)` forms.
2021-09-22 11:41:38 +09:00
..
2021-08-21 15:42:57 +09:00
2021-08-19 16:06:17 +09:00
2021-09-03 16:30:42 +09:00
2021-07-25 13:07:10 +09:00
2021-06-12 16:18:45 +09:00
2016-05-09 17:19:47 +02:00