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
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',
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
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
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
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.
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