Willian (Willian van der Velde)
- Login: Willian
- Registered on: 03/03/2018
- Last sign in: 06/25/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/03/2018
-
06:58 PM Ruby Bug #14573 (Closed): rb_ary_or doesn't check objects hash when the array contains less than SMALL_ARRAY_LEN
- Hello,
While debugging a build failure on a 2.5 branch of graphql-ruby (https://github.com/rmosolgo/graphql-ruby/pull/1303) we found out a difference in behavior for the Array's union operator.
On Ruby 2.5:
~~~ ruby
irb(main):...