[#2320] Problems in mathn, rational, complex, matrix — Gavin Sinclair <gsinclair@...>
I received a message from Richard Graham mentioning a problem in the
[#2346] Patch for socket.c: control reverse lookup for every instance — Thomas Uehlinger <uehli@...>
Hi all
[#2357] Use the BasicSocket#do_not_reverse_lookup flag in Webrick — Thomas Uehlinger <uehli@...>
Hi
[#2367] Standard libraries — Dave Thomas <dave@...>
From ruby-dev summary:
Hi,
Hi,
By the way, this issue is about a matter of taste, so the debate is somewhat
Hi,
On Thu, Feb 12, 2004 at 02:58:22PM +0900, NAKAMURA, Hiroshi wrote:
On Thursday, February 12, 2004, 8:18:32 PM, Mauricio wrote:
On Thursday 12 February 2004 04:37, Gavin Sinclair wrote:
On Friday, February 13, 2004, 12:44:15 AM, Sean wrote:
(Dave Thomas: there's a question for you in the second paragraph; if you're
[#2397] PATCH: deprecate cgi-lib, getopts, importenv, parsearg from standard library — Gavin Sinclair <gsinclair@...>
Index: cgi-lib.rb
* Gavin Sinclair (gsinclair@soyabean.com.au) wrote:
On Thursday, February 12, 2004, 11:39:37 PM, E wrote:
Hi,
Hi,
[#2422] Re: [ruby-cvs] ruby: * lib/ftools.rb: documented — "U.Nakamura" <usa@...>
Hello,
[#2449] make install not getting through rdoc phase — "David A. Black" <dblack@...>
Hi --
[#2465] PATCH: OpenStruct#initialize to yield self — Gavin Sinclair <gsinclair@...>
This is a common approach I use to object initialization; I don't know
On Fri, 20 Feb 2004 02:42:00 +0900, Dave Thomas wrote:
> > As more general suggestion. Could 'new' yield the new object is a block
On Fri, 20 Feb 2004 08:24:31 +0900, Carlos wrote:
Hi,
Yukihiro Matsumoto wrote:
On Feb 20, 2004, at 4:33 PM, Joel VanderWerf wrote:
[#2494] rehash segfault — Nathaniel Talbott <nathaniel@...>
I don't have a lot of information on this bug at this point, but
Hi,
On Wed, Feb 25, 2004 at 03:30:54AM +0900, Yukihiro Matsumoto wrote:
[#2504] foldl and foldr — "Sean E. Russell" <ser@...>
Sorry if I'm opening old wounds; I have a hard time believing that nobody has
Re: Standard libraries
On Thursday, February 12, 2004, 7:36:18 AM, Sean wrote:
> On Wednesday 11 February 2004 14:36, Dave Thomas wrote:
>> I'd like to propose two more criteria.
>>
>> 1. Nothing new gets added without complete documentation
> This is interesting. Where, in CVS, should the non-sourcecode documentation
> go? Are we encouraged to start making directories in ruby/doc? For that
> matter, where's the official location for unit tests and all the extra bits
> of a project?
There's ruby/test for unit tests. From my POV, a README or something
in stdlib directories is a good idea in some cases.
> In the short time that I've been maintaining REXML in the Ruby tree, I've
> found it rather difficult to maintain because I'm maintaining two distinct
> source trees. It is unlikely that I'll ever use the Ruby CVS as my primary
> source repository, but it would help if I had the entire REXML tree in there
> somewhere, so that I could easily run tests.
I think you can probably put tests in there, but does that actually
solve your problem? You keep two versions on the boil (production and
development), don't you? Maintaining two sourcebases seems
fundamentally difficult. What other 'bits' do you miss in the Ruby
sourcebase?
About non-sourcecode documentation in general, it should rarely be
necessary in the context of a standard library. Documenting the main
class(es), complete with usage examples, should be enough. If
something isn't generally useful and can't be grokked with simple
docs, what's it doing in a standard library?
Not that I'm against more and better documentation. Like I said, a
README with some interesting text is not a bad idea. Also, a good
online article at a stable URL (perhaps under ruby-doc.org) with a
link in the source code docs is an idea.
>> 2. For every library that gets added, another existing library should
>> be removed (using deprecation initially, but actually removed
>> eventually).
> What happens when some new functionality gets added? IE, what do you
> deprecate when LDAP support is added to the library set?
It doesn't need to be equivalent. There's plenty of crud in there to
support the addition of several new libraries! ('cgi-lib', 'e2mmap',
'eregex', 'getopts', 'importenv'?, 'parsearg'). 'ftools' should be
retired at some point as well.
Cheers,
Gavin