<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">Can you run w/ -X:ExceptionDetail?&nbsp; My guess is there&#8217;s something different about Mono&#8217;s big integer implementation when you do bigInt.ToString(&#8220;X&#8221;).&nbsp; We used
 to convert the string to hex ourselves but that was slower than .NETs ToString implementation so I switched to using ToString instead (and uuid goes through this path).<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<div style="border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt">
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> users-bounces@lists.ironpython.com [mailto:users-bounces@lists.ironpython.com]
<b>On Behalf Of </b>Tristan Zajonc<br>
<b>Sent:</b> Monday, February 21, 2011 6:11 PM<br>
<b>To:</b> Discussion of IronPython<br>
<b>Subject:</b> Re: [IronPython] Road to IronPython 2.7 (update)<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">There seems to be some regressions between 2.6 and 2.7 for OSX/Mono. &nbsp;In particular, in addition to the traceback bug, the uuid module still has a problem:<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal"><a href="http://ironpython.codeplex.com/workitem/28904">http://ironpython.codeplex.com/workitem/28904</a><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal">Given that uuid appears all over the place, this is relatively serious, I think. &nbsp;I'd look into these, but the standard IronPython solution doesn't compile on&nbsp;OSX/Mono.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal">Tristan<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<div>
<p class="MsoNormal">On Mon, Feb 21, 2011 at 7:31 PM, Jimmy Schementi &lt;<a href="mailto:jimmy@schementi.com">jimmy@schementi.com</a>&gt; wrote:<o:p></o:p></p>
<p class="MsoNormal">I can do a quick test pass of the silverlight support.<br>
<span style="color:#888888">~Jimmy</span><o:p></o:p></p>
<div>
<div>
<p class="MsoNormal"><br>
<br>
<br>
On Mon, Feb 21, 2011 at 7:01 PM, Steve Dower &lt;<a href="mailto:s.j.dower@gmail.com">s.j.dower@gmail.com</a>&gt; wrote:<br>
&gt; The tools problem seems to be to do with the installer. IPyTools<br>
&gt; (PythonRuntimeHost.cs:89-100) tries to load the installed path from<br>
&gt; HKLM\SOFTWARE\IronPython\2.7\(default). On my machine (Win7 x64, IPy<br>
&gt; 2.7 RC1 installed without IPyTools, which were built from source) this<br>
&gt; is actually in HKLM\SOFTWARE\Wow6432Node\IronPython\2.7\(default)<br>
&gt; which contains &quot;ipy64&quot;, which is then combined (PythonStarter.cs:69)<br>
&gt; with &quot;ipy.exe&quot; to make &quot;ipy64\ipy.exe&quot; as the interpreter path (which<br>
&gt; doesn't exist).<br>
&gt;<br>
&gt; If I set HKLM\SOFTWARE\Wow6432Node\IronPython\2.7\(default) to my<br>
&gt; actual install path (where ipy.exe is) it works fine. I assume this<br>
&gt; should be done in the installer.<br>
&gt;<br>
&gt;<br>
&gt; Steve<br>
&gt;<br>
&gt; On Tue, Feb 22, 2011 at 10:12, Jeff Hardy &lt;<a href="mailto:jdhardy@gmail.com">jdhardy@gmail.com</a>&gt; wrote:<br>
&gt;&gt; Hi all,<br>
&gt;&gt; The following issues are blockers for IronPython 2.7:<br>
&gt;&gt;<br>
&gt;&gt; * #29841 - sysconfig traceback when starting 2.7B1 -<br>
&gt;&gt; <a href="http://ironpython.codeplex.com/workitem/29841" target="_blank">http://ironpython.codeplex.com/workitem/29841</a><br>
&gt;&gt; I don't know enough about Mono/MacOS/POSIX to fix this one properly. I<br>
&gt;&gt; haven't yet chercked what the Mono guys did to get it working on<br>
&gt;&gt; Linux.<br>
&gt;&gt;<br>
&gt;&gt; * (no issue) - Visual Studio tools<br>
&gt;&gt; The Visual Studio tools are basically broken right now - I can't<br>
&gt;&gt; launch or debug even the default console program. I think it's because<br>
&gt;&gt; it can't find the interpreter, but I thought I fixed that already.<br>
&gt;&gt;<br>
&gt;&gt; * (no issue) - silverlight support<br>
&gt;&gt; I have no idea what the status of the silverlight support is.<br>
&gt;&gt;<br>
&gt;&gt; Once these are resolved (one way of another) I think 2.7 will be ready to go.<br>
&gt;&gt;<br>
&gt;&gt; - Jeff<br>
&gt;&gt;<br>
&gt;&gt; P.S. In all honesty I would have preferred to call the latest release<br>
&gt;&gt; Beta 3 instead of RC1, but I had already changed the version strings<br>
&gt;&gt; and didn't want to change them back :|.<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Users mailing list<br>
&gt;&gt; <a href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a><br>
&gt;&gt; <a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" target="_blank">
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br>
&gt;&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a><br>
&gt; <a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" target="_blank">
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br>
&gt;<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a><br>
<a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" target="_blank">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><o:p></o:p></p>
</div>
</div>
</div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</div>
</div>
</body>
</html>