You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rb_ivar_foreach seems pretty simple, though it has some special cases in MRI for classes and modules. Implementing that allows most of those skipped specs to pass, but we get two failures and 1 error for trying to call __allocate__ on something which we don't support it on. I'll take a bit more of a look and create some issues for the problems.
See https://github.com/ohler55/oj/pull/804/files
Some missing C API functions (like
rb_ivar_foreach
), some differences and some segfaults.It might be useful to run this with managed Sulong regarding the segfaults to find the invalid memory accesses.
The text was updated successfully, but these errors were encountered: