mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
b67955b8ca
- `mrb_convert_type` - `mrb_check_convert_type` Those function no longer take `tname` string representation of desired type, and take method symbols instead of `const char*` names. This is incompatible change. I hope no third-party gems use those functions.