Re: [Ironruby-core] File.new spec fixes

2009-04-20 Thread Shri Borde
Looks great! From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of jirapong.na...@gmail.com Sent: Monday, April 20, 2009 4:19 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] File.new spec fixes http://github.com/Jirapong/ironruby

Re: [Ironruby-core] File.new spec fixes

2009-04-20 Thread jirapong.na...@gmail.com
Sent: Saturday, April 18, 2009 1:35 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] File.new spec fixes Hi Shri, Thank you for quick reply. Could you please review it at af4acea ? Note: VS.NET ProductVersion seems to be difference on my machine. Thank you, -Jirapon

Re: [Ironruby-core] File.new spec fixes

2009-04-18 Thread Shri Borde
ruby-core-boun...@rubyforge.org] On Behalf Of jirapong.na...@gmail.com Sent: Saturday, April 18, 2009 1:35 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] File.new spec fixes Hi Shri, Thank you for quick reply. Could you please review it at af4ac

Re: [Ironruby-core] File.new spec fixes

2009-04-18 Thread jirapong.na...@gmail.com
jirapong.na...@gmail.com Sent: Friday, April 17, 2009 11:25 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] File.new spec fixes Thank you for your review. please find formatted version at 9942b24 I just do a pull request for 929e07 and 9942b24. please see my answer inline. Thank

Re: [Ironruby-core] File.new spec fixes

2009-04-18 Thread Shri Borde
...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of jirapong.na...@gmail.com Sent: Friday, April 17, 2009 11:25 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] File.new spec fixes Thank you for your review. please find formatted version at 9942b24<h

Re: [Ironruby-core] File.new spec fixes

2009-04-17 Thread jirapong.na...@gmail.com
y-core@rubyforge.org Subject: [Ironruby-core] File.new spec fixes http://github.com/Jirapong/ironruby/commit/929e07e27183e70a6e4bed8197430ff533610762 Fixes for core\file\new_spec.rb: File.new raises an Errorno::EEXIST if the file exists when create a new file with File::CREAT|File::EXCL File

Re: [Ironruby-core] File.new spec fixes

2009-04-17 Thread Shri Borde
, April 17, 2009 11:40 AM To: ironruby-core@rubyforge.org Subject: [Ironruby-core] File.new spec fixes http://github.com/Jirapong/ironruby/commit/929e07e27183e70a6e4bed8197430ff533610762 Fixes for core\file\new_spec.rb: * File.new raises an Errorno::EEXIST if the file exists when create a new

[Ironruby-core] File.new spec fixes

2009-04-17 Thread jirapong.na...@gmail.com
http://github.com/Jirapong/ironruby/commit/929e07e27183e70a6e4bed8197430ff533610762 Fixes for core\file\new_spec.rb: File.new raises an Errorno::EEXIST if the file exists when create a new file with File::CREAT|File::EXCL File.new raises an Errno::EINVAL error with File::APPEND File.new raises