[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

ruby standard library contribution?

Giles Bowkett

6/15/2007 11:02:00 PM

I'm sorry, I know I've asked this before, but I've just been googling
it and I'm not sure of the answer. I just went through irb.rb, and
corrected the spelling in one of the comments. No code changes at all,
just obsessive-compulsive disorder at its finest. Should I contact the
maintainer directly, or is there a Trac for the Ruby standard library?

--
Giles Bowkett

Blog: http://gilesbowkett.bl...
Portfolio: http://www.gilesg...

3 Answers

James Britt

6/16/2007 1:09:00 AM

0

Giles Bowkett wrote:
> I'm sorry, I know I've asked this before, but I've just been googling
> it and I'm not sure of the answer. I just went through irb.rb, and
> corrected the spelling in one of the comments. No code changes at all,
> just obsessive-compulsive disorder at its finest. Should I contact the
> maintainer directly, or is there a Trac for the Ruby standard library?

No Trac, but patches may be submitted to the ruby-core list.

See: http://ruby-doc.org/documentation-guide...

Side questions for someone who might know for sure: That doc is a bit
out of date; the svn URLs are not quite correct (i.e., wrong).

I believe that HEAD is

svn co http://svn.ruby-lang.org/repos/... ruby

and the current release is

svn co http://svn.ruby-lang.org/repos/ruby/branches/r...


So, can someone tell me what svn URL to use for general doc/code patches?

--
James Britt

"The trouble with the world is that the stupid are cocksure and the
intelligent are full of doubt."
- Bertrand Russell

Giles Bowkett

6/18/2007 10:08:00 PM

0

> No Trac, but patches may be submitted to the ruby-core list.

Does this apply for Ruby changes in the standard library, or is
ruby-core just C?

--
Giles Bowkett

Blog: http://gilesbowkett.bl...
Portfolio: http://www.gilesg...

James Britt

6/19/2007 2:11:00 AM

0

Giles Bowkett wrote:
>> No Trac, but patches may be submitted to the ruby-core list.
>
> Does this apply for Ruby changes in the standard library, or is
> ruby-core just C?

All patches to code/comments that is part of the standard distro.

(I'm pretty sure ...)


--
James Britt

--

"Those who would give up Essential Liberty to purchase a little
Temporary Safety, deserve neither Liberty nor Safety."

- Benjamin Franklin, when asked about static typing
(and a tip of the hat to raganwald)