Raymond Roestenburg
2008-Jun-11 07:25 UTC
[Ironruby-core] Would like to start contributing
Hi, I have just signed the electronic documents to contribute to IronRuby. What are the next steps for me to actually start having fun and writing some code, submitting patches etc? Where can I find out what tasks are available, what needs to be done etc? Raymond -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080611/f3101a73/attachment.html>
2008/6/11 Raymond Roestenburg <raymond.roestenburg at gmail.com>:> I have just signed the electronic documents to contribute to IronRuby. > What are the next steps for me to actually start having fun and writing some > code, submitting patches etc? > Where can I find out what tasks are available, what needs to be done etc?RubyForge project page has a link to the bug tracker. (And the patch tracker.) http://rubyforge.org/projects/ironruby In my opinion, the project is more in need of quality bug reports than actual codes, but you are free to choose the area you want to contribute in. -- Seo Sanghyeon
A good place would be to try running the RubySpec tests and dig through what you find. You can also take a look at the wiki (http://ironruby.rubyforge.org/wiki/wiki.pl). There are pages where you can sign up to take on a library module. Pete -----Original Message----- From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Sanghyeon Seo Sent: Wednesday,11 June 11, 2008 08:31 To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] Would like to start contributing 2008/6/11 Raymond Roestenburg <raymond.roestenburg at gmail.com>:> I have just signed the electronic documents to contribute to IronRuby. > What are the next steps for me to actually start having fun and writingsome> code, submitting patches etc? > Where can I find out what tasks are available, what needs to be done etc?RubyForge project page has a link to the bug tracker. (And the patch tracker.) http://rubyforge.org/projects/ironruby In my opinion, the project is more in need of quality bug reports than actual codes, but you are free to choose the area you want to contribute in. -- Seo Sanghyeon _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core
A good way to run those tests is to run rake mspec [class] [method] run. That run parameter tells mspec to run all tests, even if they have been excluded. Later this week I''ll be adding a ruby task to rake, that works like: rake ruby mspec [class] [method] [runner]. That will run the same thing as rake mspec [class] [method] [runner], but it will run it under CRuby instead of IR. Feel free to create bugs as you find them, or to make a patch and fix them. All code goes through code review, so if you do something wrong, we''ll help you. Thanks for your interest! JD -----Original Message----- From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Peter Bacon Darwin Sent: Wednesday, June 11, 2008 12:52 AM To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] Would like to start contributing A good place would be to try running the RubySpec tests and dig through what you find. You can also take a look at the wiki (http://ironruby.rubyforge.org/wiki/wiki.pl). There are pages where you can sign up to take on a library module. Pete -----Original Message----- From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Sanghyeon Seo Sent: Wednesday,11 June 11, 2008 08:31 To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] Would like to start contributing 2008/6/11 Raymond Roestenburg <raymond.roestenburg at gmail.com>:> I have just signed the electronic documents to contribute to IronRuby. > What are the next steps for me to actually start having fun and writingsome> code, submitting patches etc? > Where can I find out what tasks are available, what needs to be done etc?RubyForge project page has a link to the bug tracker. (And the patch tracker.) http://rubyforge.org/projects/ironruby In my opinion, the project is more in need of quality bug reports than actual codes, but you are free to choose the area you want to contribute in. -- Seo Sanghyeon _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core