General

Profile

andreyruby (Andrey Glushkov)

  • Login: andreyruby
  • Registered on: 04/23/2026
  • Last sign in: 04/23/2026

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

04/24/2026

12:00 PM Ruby Bug #22013: Array#| deduplication via eql? breaks when total element count exceeds ~16
byroot (Jean Boussier) wrote in #note-1:
> You are missing the corresponding `hash` method
It would help to add a note similar to `Object#eql?` docs (https://docs.ruby-lang.org/en/master/Object.html#method-i-eql-3F):
> ...
Someone...
andreyruby (Andrey Glushkov)

04/23/2026

07:35 PM Ruby Bug #22013 (Closed): Array#| deduplication via eql? breaks when total element count exceeds ~16

## Problem description
The documentation for `Array#|` states:
> Returns the union of self and other_array; duplicates are removed; order is preserved; items are compared using `eql?`
However, when the total number of elements...
andreyruby (Andrey Glushkov)

Also available in: Atom