[#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

Re: [BUG] (1.9) Wrong arity of Procs obtained with somemethod.to_proc.

From: SASADA Koichi <ko1@...>
Date: 2007-05-01 05:03:58 UTC
List: ruby-core #11065
Hi,

Mauricio Fernandez wrote:
> $ ./ruby19 -ve "def foo(a, x, y, *b); end; p method(:foo).to_proc.arity"
> ruby 1.9.0 (2007-04-26 patchlevel 0) [i686-linux]
> -1
> 
> when it should resemble
> 
> $ ruby185-p12 -ve "def foo(a, x, y, *b); end; p method(:foo).to_proc.arity"
> ruby 1.8.5 (2006-12-25 patchlevel 12) [i686-linux]
> -4

I fixed this (to check original method structure).

Thanks,
-- 
// SASADA Koichi at atdot dot net


In This Thread

Prev Next