Re: [IronPython] Iteration via __getitem__ doesn't work in the Visual Studio debugging environment

2010-09-09 Thread Tony Meyer
> If you hit F5 and continue execution it should keep on running.  You can > also disable breaking on exceptions via Debug->Exceptions and uncheck the > "thrown" column for CLR exceptions.  It should just be breaking so you can > look around and seeing what's going on. >From my naive point of view

Re: [IronPython] Python stdlib missing in IronPython-2.7A1-Bin.zip?

2010-09-09 Thread Tristan Zajonc
I'd be +1 for including the stdlib in the zip file. I'm also on Mono and don't always have CPython 2.7 installed side-by-side. Tristan On Thu, Sep 9, 2010 at 2:10 PM, Jimmy Schementi wrote: > Gotcha. IronRuby puts the stdlib in both the MSI and ZIP, as someone not > able to run the MSI (running

Re: [IronPython] IronPython 2.6.2

2010-09-09 Thread Jones, Larry
Thanks. -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Dino Viehland Sent: Thursday, September 09, 2010 3:55 PM To: Discussion of IronPython Subject: Re: [IronPython] IronPython 2.6.2 Larry wrote: > Dino, > > Thanks fo

Re: [IronPython] IronPython 2.6.2

2010-09-09 Thread Dino Viehland
Larry wrote: > Dino, > > Thanks for the update. > > What about the next 2.7 release? It'll probably come out at or near the same time as 2.6.2. It's pretty much feature complete as of this morning and about all switched over to 2.7 tests (only 2 remaining) so it's just about ready to go for t

Re: [IronPython] IronPython 2.6.2

2010-09-09 Thread Jones, Larry
Dino, Thanks for the update. What about the next 2.7 release? -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Dino Viehland Sent: Thursday, September 09, 2010 3:18 PM To: Discussion of IronPython Subject: Re: [IronPytho

Re: [IronPython] IronPython 2.6.2

2010-09-09 Thread Lukas Cenovsky
On 9.9.2010 22:17, Dino Viehland wrote: Lukas wrote: On 12.8.2010 23:01, Dino Viehland wrote: Lukas wrote: Hi guys, do you have a release date for IronPython 2.6.2? Thanks. Thank you for the reminder and I apologize for the delay. There were a couple of failures in the last check-in

Re: [IronPython] IronPython 2.6.2

2010-09-09 Thread Dino Viehland
Lukas wrote: > On 12.8.2010 23:01, Dino Viehland wrote: > > Lukas wrote: > >>Hi guys, > >> do you have a release date for IronPython 2.6.2? Thanks. > > > > Thank you for the reminder and I apologize for the delay. There were > > a couple of failures in the last check-in that I believe I now

Re: [IronPython] Silverlight - Cannot save value from target back to source

2010-09-09 Thread Lukas Cenovsky
I've filled an issue for this bug: http://ironpython.codeplex.com/workitem/28823 -- -- Lukáš On 3.9.2010 19:39, Lukas Cenovsky wrote: I do not have any Mountains.filtered.set method - I think clrtype metaclass adds it. You can see the part I wrote (filtered property) below or in the attachm

Re: [IronPython] IronPython 2.6.2

2010-09-09 Thread Lukas Cenovsky
On 12.8.2010 23:01, Dino Viehland wrote: Lukas wrote: Hi guys, do you have a release date for IronPython 2.6.2? Thanks. Thank you for the reminder and I apologize for the delay. There were a couple of failures in the last check-in that I believe I now have investigated and fixed. I'm kic

Re: [IronPython] Python stdlib missing in IronPython-2.7A1-Bin.zip?

2010-09-09 Thread Jimmy Schementi
Gotcha. IronRuby puts the stdlib in both the MSI and ZIP, as someone not able to run the MSI (running on Mono on a non-Windows OS) can just grab the zip as a one-stop-shop, so I just assumed it was the same. ~Jimmy On Thu, Sep 9, 2010 at 12:46 PM, Dino Viehland wrote: > This has actually alwa

Re: [IronPython] Latest DLR Hosting Spec

2010-09-09 Thread Dino Viehland
The latest version is at: http://dlr.codeplex.com/wikipage?title=Docs%20and%20specs&referringTitle=Home I'm not sure what the differences will be though. I also don't see a good description of the config files in there either - is there anything in particular you need to know? Usually you jus

Re: [IronPython] Python stdlib missing in IronPython-2.7A1-Bin.zip?

2010-09-09 Thread Dino Viehland
This has actually always been the case - the bin ZIP has always been designed to contain just the binaries and other MS produced stuff to which you can add the standard library. From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Jimmy Schementi Sen

[IronPython] IronPython 2.6 CodePlex Source Update

2010-09-09 Thread merllab
This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/77043. MODIFIED SOURCES $/IronPython/IronPython_Main/Languages/Ruby/ClassInitGenerator

[IronPython] Python stdlib missing in IronPython-2.7A1-Bin.zip?

2010-09-09 Thread Jimmy Schementi
Just noticed that the stdlib isn't present in the binary zip for IronPython 2.7A1; the Lib directory is the same dir as Languages\IronPython\IronPython\Lib. I also noticed the Config dir is there, which should only be in the source zip. Not that any of this is a big deal, but seems weird since the

[IronPython] Latest DLR Hosting Spec

2010-09-09 Thread Sam Dozor
I'm trying to set up a configuration file to use when creating a ScriptRuntime object and I cannot find any definitive resource that explains the nuances of the configuration file. Is there a newer version of the file located at: http://www.iunknown.com/files/dlr-spec-hosting.pdf ? Or is there