[IronPython] Codeplex Issue:

2008-11-11 Thread Michael Foord
Hello guys, Sorry to do this by email, but I'm travelling (anyone on list going to be at PyWorks?) and the internet connection is too ropey for me to comment directly on Codeplex. I wanted to make a (minor!) comment regarding Codeplex issue 19488. http://www.codeplex.com/IronPython/WorkItem

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

2008-11-11 Thread Dino Viehland
I think you want to do: rancore.Repository.ElementRepository.CreateAdapterForPath[str][str](...) or: rancore.Repository.ElementRepository.CreateAdapterForPath[str].Overloads[str][str](...) or: rancore.Repository.ElementRepository.CreateAdapterForPath[str][str].Overloads[str](...) I think the

[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

[IronPython] IronPython 2.0 RC1 and Mono

2008-11-11 Thread Paul Felix
Hi, The following Mono patches will allow IronPython 2.0 RC1 to run on Mono 2.0: http://go-mono.com/forums/#nabble-to20363627 http://go-mono.com/forums/#nabble-to20389995 Paul ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.co