-
Notifications
You must be signed in to change notification settings - Fork 785
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
Incompatibility of Array#[]= #3411
Comments
The difference is not intended, so I will fix this (and break compatibility). |
Thank you for big deciding ✨ |
matz
added a commit
that referenced
this issue
Jan 23, 2017
cc #3140 |
matz
added a commit
that referenced
this issue
Jan 23, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think, The cause is incompatibility of mruby's
mrb_range_beg_len
and CRuby'srb_range_beg_len
mruby/src/array.c
Line 803 in bd50273
https://github.com/ruby/ruby/blob/78b95b49f8715a4782f5b9bdc4c163e445cdc303/array.c#L1740
I think, We'll need another function same as
mrb_range_beg_len
if we want to fix this issue and expect no break backward compatibility.The text was updated successfully, but these errors were encountered: