[#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: why the lucky stiff <ruby-core@...>
Date: 2004-02-12 06:29:48 UTC
List: ruby-core #2388
Yukihiro Matsumoto wrote:
> 
> Here's the modified version of your criteria, that I can accept:
> 
>   1. newly added things will be canceled if they are not documented
>      completely before the stable release.
> 
>   2. when new library is added, let us start discussion about removing
>      another out-of-date library.
> 
> 							matz.
> 

This sounds like an ultimatum.  How long do I have before the next 
stable release?  Do I need to get this done within the next week or 
month?  Also, is there anyone on this list who would work with me to 
document Syck/YAML?  I already have the API largely documented 
(http://yaml4r.sf.net/doc/).

Furthermore, what are the expectations for satisfactory documentation in 
my case?  How deeply do I have to document the C extension?

I think the recent work on RDoc/Ri is absolutely brilliant and I will do 
whatever it takes to make this work to everyone's pleasure.

_why


In This Thread