mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
cd659927fa
Modified new_hash function to always create variable-sized nodes instead of conditionally falling back to cons list nodes. This achieves complete NODE_HASH migration with full test suite compatibility. Co-authored-by: Claude <noreply@anthropic.com>