[#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-4017 ] testfile requires tmpdir unconditionally

From: Yukihiro Matsumoto <matz@...>
Date: 2006-04-03 15:27:14 UTC
List: ruby-core #7668
Hi,

In message "Re: [ ruby-Bugs-4017 ] testfile requires tmpdir unconditionally"
    on Mon, 3 Apr 2006 22:54:07 +0900, noreply@rubyforge.org writes:

|Initial Comment:
|The 'testfile' module requires the 'tmpdir' module, which in return requires the 'tmpdir' module which is applicable only to win32 systems.  When running in debug mode this generates an extraneous error:
|
|Exception `LoadError' at /usr/local/lib/ruby/1.8/tmpdir.rb:12 - no such file to load -- Win32API
|
|Suggest modifying the 'testfile' module to require 'tmpdir' only on Windows:

Even though tmpdir tries to load Win32API, it is not for Win32 only,
so that your patch would break tempfile library.

							matz.

In This Thread

Prev Next