Re: [Ironruby-core] changes to extname_spec.rb

2008-05-14 Thread John Lam (IRONRUBY)
Unnikrishnan Nair: > I wrote down the test and display the result on the console with puts. A meta-level note: beware of running things via irb. Things like __FILE__ don't behave the way you would expect them to because irb is a Ruby program. If in doubt, write your code in a file and run it vi

Re: [Ironruby-core] changes to extname_spec.rb

2008-05-14 Thread John Lam (IRONRUBY)
Peter Bacon Darwin: > By the way, I had this idea of creating a small program that would help > with regression testing against MRI. Instead of writing full RSpecs, > we should write snippets of Ruby that work the classes. The program > would then run the snippets against MRI and IronRuby (and a

Re: [Ironruby-core] changes to extname_spec.rb

2008-05-14 Thread John Lam (IRONRUBY)
Michael Letterle: > Aren't we running (or going to be running) the official spec suite > (http://rubyspec.org) ? We are going to be checking in the rubyspec suite later this week. I just got the fix for the DLR tuple bug last night and I'll push it out later this morning. That was the major thi

Re: [Ironruby-core] changes to extname_spec.rb

2008-05-14 Thread Michael Letterle
written to cover all the cases? Wouldn't it be a > duplicate work? Just curious... > > Thanks. > > - Original Message > From: Peter Bacon Darwin <[EMAIL PROTECTED]> > To: ironruby-core@rubyforge.org > Sent: Wednesday, May 14, 2008 6:41:43 AM > Subje

Re: [Ironruby-core] changes to extname_spec.rb

2008-05-14 Thread Unnikrishnan Nair
es? Wouldn't it be a duplicate work? Just curious... Thanks. - Original Message From: Peter Bacon Darwin <[EMAIL PROTECTED]> To: ironruby-core@rubyforge.org Sent: Wednesday, May 14, 2008 6:41:43 AM Subject: Re: [Ironruby-core] changes to extname_spec.rb I have been working on

Re: [Ironruby-core] changes to extname_spec.rb

2008-05-14 Thread Unnikrishnan Nair
- Original Message From: Alex Young <[EMAIL PROTECTED]> To: ironruby-core@rubyforge.org Sent: Wednesday, May 14, 2008 5:43:59 AM Subject: Re: [Ironruby-core] changes to extname_spec.rb Unnikrishnan Nair wrote: > One more spec change. Could you please review line

Re: [Ironruby-core] changes to extname_spec.rb

2008-05-14 Thread Peter Bacon Darwin
Behalf Of Alex Young Sent: Wednesday,14 May 14, 2008 11:44 To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] changes to extname_spec.rb Unnikrishnan Nair wrote: > One more spec change. Could you please review line 8 of this spec, it > should read > > File.extname(".b

Re: [Ironruby-core] changes to extname_spec.rb

2008-05-14 Thread Alex Young
Unnikrishnan Nair wrote: One more spec change. Could you please review line 8 of this spec, it should read File.extname(".bashrc").should == ".bashrc" instead of File.extname(".bashrc").should == "" Quick question: are the specs supposed to ensure that IronRuby matches MRI's behavio

[Ironruby-core] changes to extname_spec.rb

2008-05-13 Thread Unnikrishnan Nair
One more spec change. Could you please review line 8 of this spec, it should read     File.extname(".bashrc").should == ".bashrc" instead of     File.extname(".bashrc").should == "" Please see the change in the attached spec file. Thanks. extname_spec.rb Description: Binary data _