-
-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Truffle] Rubinius::Type.check_convert_type #3992
Comments
This should be handled by the default |
The issue seems to be there is no equivalent of |
@eregon Could there be an issue with
Outputs:
|
@bjfish Yes, |
This was fixed by #4146 |
This
Rubinius::Type.check_convert_type
comment says that it corresponds torb_check_convert_type
but it appears that it doesn't handlerespond_to_missing?
ormissing_method
methods.Correcting this should fix the
array/flatten_spec.rb
flatten performs respond_to? and method_missing-aware checks when coercing elements to array
.Rubinius::Type.coerce_to
should probably be reviewed too.The text was updated successfully, but these errors were encountered: