mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
19ddb7de5f
remove conditional from new_splat to always create variable-sized nodes and eliminate traditional NODE_SPLAT case from codegen switch. update splat marker detection throughout codegen to handle variable-sized format and inline codegen_splat logic into gen_splat_var. Co-authored-by: Claude <noreply@anthropic.com>