[ruby-core:61123] [ruby-trunk - Bug #9570] Something wrong with Enumerator#size ?

From: nagachika00@...
Date: 2014-02-27 13:44:16 UTC
List: ruby-core #61123
Issue #9570 has been updated by Tomoyuki Chikanaga.

Backport changed from 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN to 1.9.3: DONTNEED, 2.0.0: REQUIRED, 2.1: REQUIRED

----------------------------------------
Bug #9570: Something wrong with Enumerator#size ?
https://bugs.ruby-lang.org/issues/9570#change-45506

* Author: 东 许
* Status: Closed
* Priority: Normal
* Assignee: Marc-Andre Lafortune
* Category: core
* Target version: current: 2.2.0
* ruby -v: Ruby 2.0.0-p451
* Backport: 1.9.3: DONTNEED, 2.0.0: REQUIRED, 2.1: REQUIRED
----------------------------------------
enum = 2.step(1, 3)
enum.size  #=> 1

It should be 0, shouldn't it? ( Windows )



-- 
http://bugs.ruby-lang.org/

In This Thread

Prev Next