Anyolite / anyolite

Embedded mruby/Ruby for Crystal
https://anyolite.github.io/anyolite
MIT License
162 stars 10 forks source link

Updated MRI version to 3.3 #41

Open Hadeweka opened 7 months ago

Hadeweka commented 7 months ago

This will update the default MRI version to 3.3.0 - if it works.

Hadeweka commented 7 months ago

Currently this sadly doesn't work, as there still seems to be some issue with custom types in MRI.

Hadeweka commented 7 months ago

The issue results from the fact that MRI somehow deletes the default allocators for the custom classes, but then tries to access them, leading to an error.

Currently I'm not able to solve this, so I might open up an issue about this.