mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
4dafdc72fc
Temporarily revert new_call to avoid issues with assignment to method calls like self[idx] = value causing "unknown lhs" errors. The function now always uses traditional cons-list NODE_CALL/NODE_SCALL nodes instead of variable-sized nodes to maintain compatibility with existing assignment codegen. Co-authored-by: Claude <noreply@anthropic.com>