mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
7f5904ea94
Fix mrb_bint_new_str to normalize bigint objects to regular integers when possible. This ensures consistent object types for values that fit in mrb_int range, fixing comparison failures in tests. Co-authored-by: Claude <noreply@anthropic.com>