Skip to content

Fix arrays with overridden each#1271

Merged
enebo merged 1 commit intojruby:jruby-1_7from
dmarcotte:array-each
Nov 26, 2013
Merged

Fix arrays with overridden each#1271
enebo merged 1 commit intojruby:jruby-1_7from
dmarcotte:array-each

Conversation

@dmarcotte
Copy link
Contributor

Fix a stack overflow in Array#all (#1265) and restore the correct behavior for Array#any (the needed isBuiltin check was incorrectly removed in #1234)

Also add a spec to ensure this remains stable going forward.

Fix a stack overflow in Array#all (jruby#1265)
and restore the correct behavior for Array#any (the needed isBuiltn
check was incorrectly removed in jruby#1234)

Also add a spec to ensure this remains stable going forward.
@dmarcotte dmarcotte mentioned this pull request Nov 26, 2013
enebo added a commit that referenced this pull request Nov 26, 2013
Fix arrays with overridden each
@enebo enebo merged commit f4786f9 into jruby:jruby-1_7 Nov 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants