There's a tiny behavioral difference between MRI and JRuby regarding the Hash#select! method when there's only one argument passed to the method's block:
This one is non-trivial to fix atm but it is pretty important so we will target this (along with several other block parameter bugs for first point release after release.
yieldSpecific with two args to a proc which receives one arg is broken atm but I changed these all to yieldArray. I would try and fix yieldSpecific but we have a much larger task for blocks and it will get handled then.
Hello,
There's a tiny behavioral difference between MRI and JRuby regarding the
Hash#select!
method when there's only one argument passed to the method's block:The problem seems to be in keep_ifCommon ; I tried to write a fix but I haven't been able to.
Have a nice day!
The text was updated successfully, but these errors were encountered: