[#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: Standard libraries

From: matz@... (Yukihiro Matsumoto)
Date: 2004-02-12 04:35:39 UTC
List: ruby-core #2382
Hi,

In message "Re: Standard libraries"
    on 04/02/12, "Gavin Sinclair" <gsinclair@soyabean.com.au> writes:

|OK, what about 'cgi-lib', 'getopts', 'importenv', and 'parsearg'?  Here
|are some options (for example, with 'getopts'):

Take steps to remove them.  But first we need to warn deprecation for
these libraries.

|What are your thoughts, Matz?  I'll happily create a patch for any
|scenario you wish in order to clean these files up.

Put warning messages at the top of these libraries.

							matz.

In This Thread