[#2367] Standard libraries — Dave Thomas <dave@...>

From ruby-dev summary:

60 messages 2004/02/11

[#2397] PATCH: deprecate cgi-lib, getopts, importenv, parsearg from standard library — Gavin Sinclair <gsinclair@...>

Index: cgi-lib.rb

15 messages 2004/02/12

[#2465] PATCH: OpenStruct#initialize to yield self — Gavin Sinclair <gsinclair@...>

This is a common approach I use to object initialization; I don't know

24 messages 2004/02/19

Re: rehash segfault

From: matz@... (Yukihiro Matsumoto)
Date: 2004-02-25 08:45:51 UTC
List: ruby-core #2500
Hi,

In message "Re: rehash segfault"
    on 04/02/25, Nathaniel Talbott <nathaniel@talbott.ws> writes:

|Is there a way to make this case fail more gracefully than a segfault? 
|That would be nice for the next traveller coming along this way.

Unfortunately, detecting failure is the hardest part of the problem.
If someone find out I am wrong, I am happy to hear.

							matz.

In This Thread