Re: [IronPython] IronPython 1.1.2 and overloaded or generic methods

2008-11-11 Thread Dino Viehland
ocs or you could open the assembly with reflector. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Galyon Sent: Tuesday, November 11, 2008 5:43 PM To: users@lists.ironpython.com Subject: [IronPython] IronPython 1.1.2 and overloaded or generic methods Howd

[IronPython] IronPython 1.1.2 and overloaded or generic methods

2008-11-11 Thread Jason Galyon
Howdy, I am new to IronPython with absolutely no knowledge yet of .NET/CLR. I am trying to use IronPython with a new API from a particular system where the methods are overloaded as you can see below from the interactive prompt. How do I call a particular method with the signature I want? Seco

Re: [IronPython] IronPython 1.1.2

2008-08-08 Thread Giles Thomas
Dave, Congratulations on getting from RC1 to release without any need for bugfix builds :-) We're just about to release version 1.2 of Resolver One, so we'll port our codebase over to IP 1.1.2 as soon as that's out of the door. Regards, and thanks! Giles Dave Fugate wrote: Hello IronP

[IronPython] IronPython 1.1.2

2008-08-08 Thread Dave Fugate
Hello IronPython Community, It's been several weeks since we released IronPython 1.1.2 RC1 and this build does not appear to have caused any new issues. As a result I'm pleased to announce the release of IronPython 1.1.2. IronPython v1.1.2 is a minor update in which we fixed the most requested

Re: [IronPython] IronPython 1.1.2 eta?

2008-07-03 Thread Michael Foord
armer Sent: Tuesday, July 01, 2008 7:11 PM To: Discussion of IronPython; Discussion of IronPython Subject: Re: [IronPython] IronPython 1.1.2 eta? That's basically what I said. From: [EMAIL PROTECTED] on behalf of Dino Viehland Sent: Tue 7/1/2008 8:11 AM To

Re: [IronPython] IronPython 1.1.2 eta?

2008-07-02 Thread Shri Borde
on; Discussion of IronPython Subject: Re: [IronPython] IronPython 1.1.2 eta? That's basically what I said. From: [EMAIL PROTECTED] on behalf of Dino Viehland Sent: Tue 7/1/2008 8:11 AM To: Discussion of IronPython Subject: Re: [IronPython] IronPython 1.1.2 e

Re: [IronPython] IronPython 1.1.2 eta?

2008-07-01 Thread Keith J. Farmer
That's basically what I said. From: [EMAIL PROTECTED] on behalf of Dino Viehland Sent: Tue 7/1/2008 8:11 AM To: Discussion of IronPython Subject: Re: [IronPython] IronPython 1.1.2 eta? Or we could use reflection to access the members we need (we've

Re: [IronPython] IronPython 1.1.2 eta?

2008-07-01 Thread Michael Foord
, July 01, 2008 1:28 AM To: Discussion of IronPython Subject: Re: [IronPython] IronPython 1.1.2 eta? Dino Viehland wrote: The good news is this is basically inevitable but will take some time to achieve :). In the latest source code, I guess currently available only through the IronRuby

Re: [IronPython] IronPython 1.1.2 eta?

2008-07-01 Thread Dino Viehland
hon Subject: Re: [IronPython] IronPython 1.1.2 eta? Dino Viehland wrote: > The good news is this is basically inevitable but will take some time to > achieve :). In the latest source code, I guess currently available only > through the IronRuby SVN, you'll see that the namespaces o

Re: [IronPython] IronPython 1.1.2 eta?

2008-07-01 Thread Dino Viehland
when appropriate. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Keith J. Farmer Sent: Monday, June 30, 2008 10:20 PM To: Discussion of IronPython Subject: Re: [IronPython] IronPython 1.1.2 eta? You can just not compile a hard dependency on System.Core

Re: [IronPython] IronPython 1.1.2 eta?

2008-07-01 Thread Michael Foord
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Keith J. Farmer Sent: Monday, June 30, 2008 9:26 PM To: Discussion of IronPython Subject: Re: [IronPython] IronPython 1.1.2 eta? (Python lambdas to CLR Expression Trees.. my one wish aside from C#3-style extension method

Re: [IronPython] IronPython 1.1.2 eta?

2008-06-30 Thread Keith J. Farmer
: Monday, June 30, 2008 9:40 PM To: Discussion of IronPython Subject: Re: [IronPython] IronPython 1.1.2 eta? The good news is this is basically inevitable but will take some time to achieve :). In the latest source code, I guess currently available only through the IronRuby SVN, you'll see

Re: [IronPython] IronPython 1.1.2 eta?

2008-06-30 Thread Dino Viehland
es as a good excuse to mention some cool recent code changes :). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Keith J. Farmer Sent: Monday, June 30, 2008 9:26 PM To: Discussion of IronPython Subject: Re: [IronPython] IronPython 1.1.2 eta? (Python lambdas

Re: [IronPython] IronPython 1.1.2 eta?

2008-06-30 Thread Keith J. Farmer
on of IronPython Subject: Re: [IronPython] IronPython 1.1.2 eta? Yeah, it's not going to happen today :) The changes are done (any bugs assigned to me and the 1.1.2 release on CodePlex will be fixed), they just need to run through a full test pass. I got started on the changes late and

Re: [IronPython] IronPython 1.1.2 eta?

2008-06-30 Thread Michael Foord
vironment (last time we tried anyway). I can probably build it at home though. :-) Thanks Michael Foord -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord Sent: Monday, June 30, 2008 11:51 AM To: Discussion of IronPython Subject: [IronPytho

Re: [IronPython] IronPython 1.1.2 eta?

2008-06-30 Thread Dino Viehland
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord Sent: Monday, June 30, 2008 11:51 AM To: Discussion of IronPython Subject: [IronPython] IronPython 1.1.2 eta? Hello guys, A while back you suggested that IronPython 1.1.2 would arrive 'some time in June&

[IronPython] IronPython 1.1.2 eta?

2008-06-30 Thread Michael Foord
Hello guys, A while back you suggested that IronPython 1.1.2 would arrive 'some time in June'. Whilst that is still possible it seems unlikely, any news on an eta? Whilst we're at it, any idea on when IP 2 Beta 4 might be released? We'd like to test Resolver One with an updated IronPython 2