[IronPython] What happened to source drops?

Dino Viehland dinov at microsoft.com
Mon Sep 29 23:26:12 CEST 2008


They're checked in so they'll be in the next source push.  There are some perf problems that I have fixes for though that aren't checked in (e.g. import decimal in pre-compiled currently allocates ~550MB of memory) - but you should be able to do functional testing :).  I'll should have the pre-comp perf fixes in this week.

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Michael Foord
Sent: Monday, September 29, 2008 2:15 PM
To: Discussion of IronPython
Subject: Re: [IronPython] What happened to source drops?

Dino Viehland wrote:
> It looks like the script which automatically publishes the code has stopped publishing the updates.  Dave's OOF today and I can't find the original instructions but Sri's looking into it.
>

Cool. If you get the compiling packages fixes into a code drop please
let me know so that we can start testing them early.

Thanks

Michael Foord

> -----Original Message-----
> From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Dan Eloff
> Sent: Monday, September 29, 2008 1:23 PM
> To: Discussion of IronPython
> Subject: [IronPython] What happened to source drops?
>
> I'm noticing that the last source drop was the beta 5 release two weeks ago.
>
> I don't mean to pressure you guys, but I am looking forward to the
> next source release, which seems to have the delegate regressions
> fixed. Any (vague) idea of when regular source drops will be resumed?
>
> By the way, I built IronPython b5 for Silverlight RC0, and I had to
> modify Microsoft.Scripting.Silverlight.ErrorFormatter:
>
> -  HtmlPage.Document.GetElementsByTagName("body")[0].AppendChild(target);
> +  ((HtmlElement)HtmlPage.Document.GetElementsByTagName("body")[0]).AppendChild(target);
>
> I'm not fully sure how this code compiled in the first place, as
> ScriptObject never had an AppendChild method. Probably this code has
> already been fixed, but it's worth checking anyway.
>
> -Dan
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>


--
http://www.ironpythoninaction.com/
http://www.voidspace.org.uk/
http://www.trypython.org/
http://www.ironpython.info/
http://www.theotherdelia.co.uk/
http://www.resolverhacks.net/

_______________________________________________
Users mailing list
Users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com




More information about the Ironpython-users mailing list