[#2529] concerns about Proc,lambda,block — "David A. Black" <dblack@...>

Hi --

39 messages 2004/03/01
[#2531] Re: concerns about Proc,lambda,block — ts <decoux@...> 2004/03/01

>>>>> "D" == David A Black <dblack@wobblini.net> writes:

[#2533] Re: concerns about Proc,lambda,block — "David A. Black" <dblack@...> 2004/03/01

Hi --

[#2537] Re: concerns about Proc,lambda,block — matz@... (Yukihiro Matsumoto) 2004/03/01

Hi,

[#2542] Re: concerns about Proc,lambda,block — Mathieu Bouchard <matju@...> 2004/03/02

[#2545] Re: concerns about Proc,lambda,block — matz@... (Yukihiro Matsumoto) 2004/03/02

Hi,

[#2550] Re: concerns about Proc,lambda,block — Mauricio Fern疣dez <batsman.geo@...> 2004/03/03

On Wed, Mar 03, 2004 at 07:51:10AM +0900, Yukihiro Matsumoto wrote:

[#2703] Proposed patch to add SSL support to net/pop.rb — Daniel Hobe <daniel@...>

This patch adds support to Net::POP for doing POP over SSL. Modeled on how

19 messages 2004/03/27
[#2704] Re: Proposed patch to add SSL support to net/pop.rb — Daniel Hobe <daniel@...> 2004/03/27

This is v2 of the patch. Cleaned up a bit and added some more docs.

[#2707] Re: Proposed patch to add SSL support to net/pop.rb — Daniel Hobe <daniel@...> 2004/03/28

v3 of the patch:

[#2721] Re: Proposed patch to add SSL support to net/pop.rb — Minero Aoki <aamine@...> 2004/03/30

Hi,

Re: Comment football being played... with lib/test/unit.rb

From: Gavin Sinclair <gsinclair@...>
Date: 2004-03-05 00:49:12 UTC
List: ruby-core #2579
On Friday, March 5, 2004, 3:29:06 AM, Dave wrote:


> On Mar 4, 2004, at 10:06, Nathaniel Talbott wrote:

>> Dave and Gavin, you should probably have a conversation about where
>> the comment should be, and why, since you keep going in and undoing
>> each others change. I'm guessing the issue is that for ri it's better
>> to have a class-level comment, and for generated html it's better to
>> have a file-level comment, and I'm curious to hear what the final 
>> consensus is.

> Oops - I missed the original change here.

> I vote for it the way it is now, with the possible addition of a 
> file-level comment with a pointer to the class-level comment. That way
> both HTML and the ri will produce reasonable results. The idea is to
> make

>     ri Test::Unit

> produce meaningful results (and right now it produces really nice 
> looking results: nice job Nathaniel/Gavin)

> ri doesn't look at file level comments (because it didn't seem 
> particularly meaningful), so as unit.rb was previously, all that 
> wonderful comment was being lost.


I agree.  My general philosophy is to put all the documentation at the
class level (so long as it's relelvant), and just put credits and a
one-line intro at the file level (for HTML generation putposes).

So there may be one more (small) change coming up :)  There's a
slight, and probably unimportant, formatting glitch in the comments at
the moment as well.

And I can't take credit for the quality that's there at the moment;
Nathaniel has had it there for ages!

Cheers,
Gavin


In This Thread