Re: [IronPython] CLR class constructors and arrays

2007-07-30 Thread John Messerly
For what it's worth, this appears to be fixed in IronPython 2.0 alpha 3: >ipy paramcalltest.py args = System.String[]('a', 'b', 'c') creating ParamCall object: pc.Joined() => a,b,c If it's really bothersome we could add it to the 1.1.1 bug list, but in the meantime I'd suggest the workaround Mic

Re: [IronPython] CLR class constructors and arrays

2007-07-30 Thread Eric Rochester
Thanks, Michael, that will work. It seems blindingly obvious now, but I hadn't even considered it, since I generally try to pass CLR types to CLR methods. Sheepishly, Eric On 7/30/07, Michael Foord <[EMAIL PROTECTED]> wrote: > > Hello Eric, > > Interestingly it works with: > pc = ParamCall(('a',

Re: [IronPython] CLR class constructors and arrays

2007-07-30 Thread Michael Foord
Hello Eric, Interestingly it works with: pc = ParamCall(('a', 'b', 'c')) passing a tuple instead of an array. Still looks like a bug. Michael http://www.ironpython.info/ Eric Rochester wrote: > Hi, > > I've been using IronPython for a few months now, and I'm really > enjoying it. Thanks for a

[IronPython] CLR class constructors and arrays

2007-07-30 Thread Eric Rochester
Hi, I've been using IronPython for a few months now, and I'm really enjoying it. Thanks for all the hard work that's gone into it. I recently ran across an issue, and I wondered if anyone else has seen it. I think it's probably a bug, but I couldn't find a bug report, either. Basically, if there

Re: [IronPython] [Bug] Arrays are stripped of .NET methods / properties

2007-07-30 Thread Dino Viehland
This one is definite a bug - all the methods on array should always be visible. I've created work item 11971 for the issue (http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=11971). I've tentatively lumped it in 1.1.1 but having not looked at the issue I don't know how invasive

Re: [IronPython] Version of DLR in Silverlight Alpha Refresh?

2007-07-30 Thread M. David Peterson
On 7/29/07, John Messerly <[EMAIL PROTECTED]> wrote: > > The version of IronPython/DLR that shipped with the Silverlight 1.1 Alpha > Refresh is the same one that shipped in the original MIX release: IronPython > 2.0 alpha 1. The Refresh release was focused on bug fixes rather than new > features.

Re: [IronPython] msiexec, Wine, and Exploding MSI Setup Archives on Unix* (was: Py 2.5 bindings for SVN 1.4.4)

2007-07-30 Thread M. David Peterson
On 7/29/07, Sanghyeon Seo <[EMAIL PROTECTED]> wrote: > > > Did you understand me? I repeat, Wine has its *own* implementation of > msiexec.exe *indepedent* of Microsoft's implementation. Ohhh... Got it. Okay, cool. I misunderstood what you said, but that was due to my own re-interpretation of w