[Ironruby-core] FYI Review: Jirapong's fix for Kernel.open with permissions

2009-04-13 Thread Shri Borde
FYI only... http://github.com/Jirapong/ironruby/commit/4fe87082c15101ab2af9432ef203517935e8d970 (Jirapong's change) http://github.com/shri/ironruby/commit/5e8c6b232a3c952985adbf1b9cda5c456d503cea (my code review) GitDiff.bat 870c65e53faa912030475da393569a02bc308a2b 5e8c6b232a3c952985adbf1b9cda

Re: [Ironruby-core] Requesting contributions to IronRuby

2009-04-13 Thread Shri Borde
There was a response from a number of folks. We have nine folks listed who are not on the Microsoft IronRuby team! We missed the dozen mark, so I still do encourage folks to sign up for some tasks. For those who have signed up, thanks for committing to contribute! Every little bit helps. Do let

[Ironruby-core] Code Review: DLR interop and COM

2009-04-13 Thread Tomas Matousek
tfpt review /shelveset:COM2;tomat Outer DLR: Implements TypeLibMetaObject.BindInvokeMember. Fixes CompilerHelpers.CompileToMethod so that it works for anonymous lambdas. Ruby: Implements more DLR interop binders and refactors existing ones. Adds support for COM interop to interop binders and Kern

[Ironruby-core] Namespace Conflict System.Linq

2009-04-13 Thread Aaron Clauson
Hi, I host an IronRuby engine in my app and get a lot of compiler warnings about duplicate definitions for classes in System.Linq. In the past it wasn't much of an issue but now that I have started using some Linq functionality I have found myself having to add and remove System.Linq and Microsoft

Re: [Ironruby-core] Code Review: DLR interop and COM

2009-04-13 Thread Curt Hagenlocher
Looks good! From: Tomas Matousek Sent: Monday, April 13, 2009 5:03 PM To: Rowan Code Reviewers Cc: ironruby-core@rubyforge.org Subject: Code Review: DLR interop and COM tfpt review /shelveset:COM2;tomat Outer DLR: Implements TypeLibMetaObject.BindInvokeMember. Fixes CompilerHelpers.CompileToMeth

[Ironruby-core] Review: Misc fixes

2009-04-13 Thread Shri Borde
http://github.com/shri/ironruby/commit/24ce7ba7cdac9a52d3f43dbd77300f5067d31ead GitDiff.bat 5e8c6b232a3c952985adbf1b9cda5c456d503cea 24ce7ba7cdac9a52d3f43dbd77300f5067d31ead * Fixes File.expand_path to workaround a problem "igem i rails" was running into. * Fixes File apis to t