Are we developing the code in TDD style with CI? Currently all the methods I have added, I have a seperate ruby code which runs test against to verify my results. I would like to know are we adding the tests build into the code itself? Sorry, I didn''t see the test cases, thats why I asked. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080508/cbcfc7e2/attachment-0001.html>
Unnikrishnan Nair:> Are we developing the code in TDD style with CI? Currently all the > methods I have added, I have a seperate ruby code which runs test > against to verify my results. I would like to know are we adding the > tests build into the code itself? Sorry, I didn''t see the test cases, > thats why I asked.Thanks to the awesome work by the rubinius team, if you''re working on the libraries, you''re effectively working test-first. The tests live in tests\specs\core\* today. When Jim finishes his work on getting the rubinius specs running they''ll move somewhere else. Thanks, -John
Thanks, How do I go about sending the code changes I made? I would like to submit a small changes first and get the feedback and then I can go full blown development. I just finished 10 functions that passed my full test. Thanks. ----- Original Message ---- From: John Lam (IRONRUBY) <jflam at microsoft.com> To: "ironruby-core at rubyforge.org" <ironruby-core at rubyforge.org> Sent: Thursday, May 8, 2008 11:18:22 AM Subject: Re: [Ironruby-core] TDD in coding! Unnikrishnan Nair:> Are we developing the code in TDD style with CI? Currently all the > methods I have added, I have a seperate ruby code which runs test > against to verify my results. I would like to know are we adding the > tests build into the code itself? Sorry, I didn''t see the test cases, > thats why I asked.Thanks to the awesome work by the rubinius team, if you''re working on the libraries, you''re effectively working test-first. The tests live in tests\specs\core\* today. When Jim finishes his work on getting the rubinius specs running they''ll move somewhere else. Thanks, -John _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080508/4e96ed56/attachment.html>
Unnikrishnan Nair:> Thanks, How do I go about sending the code changes I made? I would > like to submit a small changes first and get the feedback and then I > can go full blown development. I just finished 10 functions that > passed my full test.Please generate a patch and submit to Rubyforge: http://rubyforge.org/tracker/?atid=16800&group_id=4359&func=browse BTW, can you see if it passes the Rubinius specs too? rake spec file <your method name> coverage Thanks, -John
I will do that. Thanks. ----- Original Message ---- From: John Lam (IRONRUBY) <jflam at microsoft.com> To: "ironruby-core at rubyforge.org" <ironruby-core at rubyforge.org> Sent: Thursday, May 8, 2008 3:17:46 PM Subject: Re: [Ironruby-core] TDD in coding! Unnikrishnan Nair:> Thanks, How do I go about sending the code changes I made? I would > like to submit a small changes first and get the feedback and then I > can go full blown development. I just finished 10 functions that > passed my full test.Please generate a patch and submit to Rubyforge: http://rubyforge.org/tracker/?atid=16800&group_id=4359&func=browse BTW, can you see if it passes the Rubinius specs too? rake spec file <your method name> coverage Thanks, -John _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080508/a1447ff7/attachment.html>