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
Fix the case of unmarshalling a String.clone instance
* In such a case, one cannot bind String#__allocate__ to that class,
but they are the same implementation (CallTarget) anyway, using the
same Layout, which is required for correctness.
* MRI also refuses binding a method on a module/class clone, even though
that seems relatively safe.
* Use the same error as MRI in the broken case.
0 commit comments