mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
caee1f68a2
They used to return `mrb_value` but now return `mrb_sym` for consistency with other `intern` functions. If symbols are not defined, `check` functions return `0`, instead of `nil` in the past. It causes API incompatibility but I believe few people use those functions out of the core, and those changes are very easy to handle, hopefully.