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
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
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
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
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
- 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
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
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
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
_