General

Profile

alekstorm (Alek Storm)

  • Login: alekstorm
  • Registered on: 06/29/2017
  • Last sign in: 06/29/2017

Issues

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

Activity

06/29/2017

05:51 PM Ruby master Bug #13699 (Closed): Multiple maps over lazy enumerator yielding multiple values in 2.4.x causes crash
~~~ ruby
Enumerator.new{|e| e.yield(5, 6)}.
lazy.
map{|x,y| 5}.
map{|z| 5}.
to_a
~~~
Tested and work...
alekstorm (Alek Storm)

Also available in: Atom