[#11073] segfault printing instruction sequence for iterator — <noreply@...>

Bugs item #10527, was opened at 2007-05-02 14:42

14 messages 2007/05/02
[#11142] Re: [ ruby-Bugs-10527 ] segfault printing instruction sequence for iterator — Nobuyoshi Nakada <nobu@...> 2007/05/10

Hi,

[#11188] Re: [ ruby-Bugs-10527 ] segfault printing instruction sequence for iterator — Paul Brannan <pbrannan@...> 2007/05/16

On Thu, May 10, 2007 at 04:51:18PM +0900, Nobuyoshi Nakada wrote:

[#11234] Planning to release 1.8.6 errata — Urabe Shyouhei <shyouhei@...>

Hi all.

17 messages 2007/05/25

[ ruby-Bugs-10111 ] each_with_index (Enumerable) does not forward arguments to each

From: <noreply@...>
Date: 2007-05-10 02:56:06 UTC
List: ruby-core #11134
Bugs item #10111, was opened at 2007-04-15 07:14
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=10111&group_id=426

Category: Standard Library
Group: 1.8.x
>Status: Closed
Resolution: None
Priority: 3
Submitted By: Markus Schmaus (unique2)
Assigned to: Nobody (None)
Summary: each_with_index (Enumerable) does not forward arguments to each

Initial Comment:
each_with_index (Enumerable) does not forward any arguments to each. Hence the following does not work:
"a b c".each_with_index(" ") {|x| p x}


----------------------------------------------------------------------

>Comment By: Yukihiro Matsumoto (matz)
Date: 2007-05-10 11:56

Message:
It's fixed for 1.9.

----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=10111&group_id=426

In This Thread

Prev Next