Actions
Bug #11338
closed[PATCH] iseq.c (iseq_data_to_ary): dump kw_arg as symbol
Bug #11338:
[PATCH] iseq.c (iseq_data_to_ary): dump kw_arg as symbol
Description
iseq.c (iseq_data_to_ary): dump kw_arg as symbol
Fix RubyVM::InstructionSequence#to_a after r49517
Keywords were made symbols to fix [Bug #10831] [ruby-core:68031],
so we should dump symbols as-is instead of attempting to convert
them from IDs
- iseq.c (iseq_data_to_ary): dump kw_arg as symbol
- test/-ext-/iseq_load/test_iseq_load.rb: test kw_arg roundtrip
Files
Actions