I suspect the "automation" mentioned last month isn't fixed after all. http://lists.ironpython.com/pipermail/users-ironpython.com/2007-June/005099.html
John Lam posted IronRuby Pre Alpha 1 code on his site, and diffing its Microsoft.Scripting directory against one from IronPython 2.0 Alpha 2 I get: 92 files changed, 2847 insertions(+), 1035 deletions(-) Here is the command I used: $ diff -I @microsoft.com -urN IronPython-2.0A2/Src/Microsoft.Scripting IronRuby-Pre-Alpha1/Src/Microsoft.Scripting | diffstat -I options is there to ignore mail address changes from [EMAIL PROTECTED] to [EMAIL PROTECTED] -- Seo Sanghyeon _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
