Re: [Ironruby-core] Another 0.9.1 regression

2009-09-29 Thread Tomas Matousek
I've filed bug http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=2609 Tomas From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Orion Edwards Sent: Tuesday, September 29, 2009 4:01 PM To: ironruby-core@rubyforge.org Subject: [Ironruby-cor

Re: [Ironruby-core] Another 0.9.1 regression

2009-09-29 Thread Orion Edwards
Right. I'll write a C# helper method which converts the out params into a structure and return that for now. Cheers On Wed, Sep 30, 2009 at 12:16 PM, Jimmy Schementi < jimmy.scheme...@microsoft.com> wrote: > Out arguments still work as a returned array, but this looks like a bug as > the ConvertT

Re: [Ironruby-core] Another 0.9.1 regression

2009-09-29 Thread Jimmy Schementi
Out arguments still work as a returned array, but this looks like a bug as the ConvertToArraySplatAction seems to now work when dealing with a COM object "lock". I'll let Tomas field this. From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Orion