Re: [Ironruby-core] Code Review: GenericMethodsAndOverloads

2009-01-13 Thread Tomas Matousek
TryBindGenericParameters should look like: foreach (var method in MethodBases) { if (method.IsGenericMethodDefinition) { if (typeArguments.Length == method.GetGenericArguments().Length) { Debug.Assert(!(method is ConstructorI

Re: [Ironruby-core] Code Review: Indexers2

2009-01-13 Thread Curt Hagenlocher
Okay, the indentation problem in Utils.cs is fixed. :) Changes are good. -Original Message- From: Tomas Matousek Sent: Tuesday, January 13, 2009 4:36 PM To: IronRuby External Code Reviewers Cc: ironruby-core@rubyforge.org Subject: Code Review: Indexers2 tfpt review "/shelveset:Indexers

Re: [Ironruby-core] Code Review: GenericMethodsAndOverloads

2009-01-13 Thread Curt Hagenlocher
Changes look good overall. In RubyMethodGroupInfo.TryBindGenericParameters, an empty set of types will return all methods in MethodBases whether or not they're generic. What's the reason for this behavior? There's a chunk of code that was added to Utils.cs that's indented too far. -Origin

[Ironruby-core] Code Review: Indexers2

2009-01-13 Thread Tomas Matousek
tfpt review "/shelveset:Indexers2;REDMOND\tomat" Implements default indexer access: a call to [] and []= on an instance of a CLR class marked by DefaultMember() attribute is translated to get_ and set_, respectively. Also includes some minor refactoring. Tomas Indexers2.diff Descript

[Ironruby-core] SVN and Git updated

2009-01-13 Thread Jim Deville
SVN and Git have been updated to the latest files. Just a reminder, I will stop updating SVN on Friday. The exciting addition this time is Generic method support and support for explicit overload selection. Here is the commit message: Implements generic methods parameters binding and explicit

Re: [Ironruby-core] IronRuby 1.0 Roadmap

2009-01-13 Thread Jimmy Schementi
Thanks Shri, I'll keep an eye out on the formatting. From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Shri Borde Sent: Tuesday, January 13, 2009 12:38 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] IronRuby 1.0 Roadmap I removed

Re: [Ironruby-core] IronRuby 1.0 Roadmap

2009-01-13 Thread Shri Borde
I removed "Thread" from the library list as our threading support is quite complete now. Btw, hitting save added empty lines to the "Core" section which I did not even touch. I went back in and removed them, but we might need to watch out for formatting issues. From: ironruby-core-boun...@ruby

Re: [Ironruby-core] IronRuby 1.0 Roadmap

2009-01-13 Thread Michael Letterle
In regards to Zlib, Dan Berger put out a bounty for a pure ruby Zlib encoding implementation, and two people came through: http://www.ruby-forum.com/topic/173471 It looks like Charles library (which uses the zliby decompression code) would work. I can certainly port it to C# for performance purpo

[Ironruby-core] IronRuby 1.0 Roadmap

2009-01-13 Thread Jimmy Schementi
http://ironruby.net/Roadmap Here is a rough roadmap (aka, what's left to do) before IronRuby 1.0. More information, especially for the libraries, is coming soon, along with links to tickets tracking these features, etc. Tomas, feel free to make corrections or add to this. Questions, comments,

Re: [Ironruby-core] Congratulations to IronRuby MVPs: Peter Bacon Darwin and Michael Letterle

2009-01-13 Thread Michael Letterle
I just want to let you guys know how humbled and honored I am. It's a recognition I don't take lightly. On Mon, Jan 12, 2009 at 5:32 PM, Jimmy Schementi < jimmy.scheme...@microsoft.com> wrote: > All, > > I want to congratulate two new "Microsoft Most Valuable Professionals" > (MVP), Michael Lett

Re: [Ironruby-core] Congratulations to IronRuby MVPs: Peter Bacon Darwin and Michael Letterle

2009-01-13 Thread Ben Hall
Excellent work guys! On Tue, Jan 13, 2009 at 2:22 AM, jirapong.na...@gmail.com wrote: > Congratulation guys! > > On Jan 13, 2009, at 5:32 AM, Jimmy Schementi wrote: > >> All, >> >> I want to congratulate two new "Microsoft Most Valuable Professionals" >> (MVP), Michael Letterle and Peter Bacon Da