[IronPython] What happened to source drops?

Dan Eloff dan.eloff at gmail.com
Mon Sep 29 22:23:00 CEST 2008


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



More information about the Ironpython-users mailing list