Jeremy Evans
d53cf85474
Fix warning when doing Struct.new(:x, keyword_init: true){}
...
This is due to calling rb_mod_module_eval directly instead of using
rb_funcall_passing_block.
The problem with calling directly is it does not create a new VM
frame, so rb_mod_module_eval was called with no arguments, but with
the keyword given VM frame flag set, which causes problems
internally.
2019-09-27 11:22:21 -07:00
..
2019-09-26 10:23:02 +02:00
2019-09-22 11:55:00 +09:00
2019-09-06 19:41:23 -07:00
2019-08-12 20:41:11 +09:00
2019-09-02 22:33:27 +09:00
2019-09-03 01:01:48 +09:00
2019-09-09 20:24:03 +09:00
2019-09-27 11:39:02 +09:00
2019-09-25 09:48:44 +09:00
2019-09-24 21:57:54 +09:00
2019-09-26 16:28:34 +09:00
2019-09-06 19:41:23 -07:00
2019-08-21 16:36:39 -04:00
2019-08-30 12:39:31 -07:00
2019-09-27 07:43:32 -07:00
2019-09-26 08:01:53 -07:00
2019-09-26 08:01:53 -07:00
2019-09-26 22:57:25 +09:00
2019-08-27 01:42:41 +09:00
2019-09-25 11:18:49 -07:00
2019-09-25 13:52:53 +09:00
2019-09-27 11:22:21 -07:00
2019-09-26 18:24:20 +09:00
2019-09-10 12:39:49 +09:00
2019-08-14 11:20:58 +09:00
2019-09-26 15:01:44 -07:00
2019-09-27 07:43:32 -07:00
2019-09-25 12:33:52 -07:00
2019-09-27 07:43:32 -07:00
2019-09-06 19:41:23 -07:00