[#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: [ ruby-Bugs-4151 ] Stack trace doesn't include class

From: "Timothy J. Wood" <tjw@...>
Date: 2006-04-18 23:23:49 UTC
List: ruby-core #7737
On Apr 18, 2006, at 4:01 PM, Eric Hodel wrote:
> I don't understand how just a file name and line number are  
> ambiguous when reading a backtrace.

   If a class includes a module, then the reader of the backtrace  
might like to know which class ended up using the code in the  
module.  They may or may not be able to infer this from other details  
in the backtrace, but at best it would take longer and at worst it  
might not be possible.

> Adding the class may be misleading.  A method may belong to an  
> object but not the object's class.

   Can't this be detected and reported as well?

-tim


In This Thread