[#7708] Bug in libsnmp-ruby1.8 — Hadmut Danisch <hadmut@...>

Hi,

8 messages 2006/04/11
[#7709] Re: Bug in libsnmp-ruby1.8 — Eric Hodel <drbrain@...7.net> 2006/04/11

On Apr 11, 2006, at 6:23 AM, Hadmut Danisch wrote:

[#7770] Re: possible defect in array.c — "Brown, Warren" <warrenbrown@...>

> rb_range_beg_len (in range.c) does set beg and len.

13 messages 2006/04/26
[#7771] Re: possible defect in array.c — "Pat Eyler" <rubypate@...> 2006/04/26

On 4/26/06, Brown, Warren <warrenbrown@aquire.com> wrote:

Re: PATCH: A subclassable Pathname

From: Tanaka Akira <akr@...17n.org>
Date: 2006-04-04 15:38:57 UTC
List: ruby-core #7676
In article <92f5f81d0603271742t2996c3ebub91163d150818b5f@mail.gmail.com>,
  "Evan Phoenix" <evanwebb@gmail.com> writes:

> The reciever class is the potentially the one thats been subclassed,
> so all it's methods should attempt to convert return values into
> instances of itself.

The pathname argument class is also the potentially the one
thats been subclassed.  It's not obvious which subclass
should be preferred.

I changed pathname.rb in ruby 1.9 to return an instance of a
subclass except methods take pathname argument.
-- 
Tanaka Akira

In This Thread