<html><head><style type="text/css" media="screen">Body{font-family: Verdana;font-size:.75em;}h4{font-size:.9em;}a{color: #3a62a6;}.digest .toc {margin-bottom: 15px; padding-bottom:8px; border-bottom: 1px solid #ccc;}.digest .tocItem {margin-bottom: 15px;}.tocItem a{color:#000;text-decoration: none;}.tocItem a:hover{color: #3a62a6;text-decoration: underline;}.topic{padding-bottom: 8px;margin-bottom: 20px; border-bottom: 1px solid #ccc;}.topicHeader{margin-bottom:10px;}.topicTitle{font-weight: bold;}.replies p{margin:0;padding:0;}.replies hr{width: 15%;text-align: left;margin: 0 auto 5px 0;border: none 0;border-top: 1px solid #ccc;height: 1px;}.reply{margin-bottom: 6px;padding-bottom: 4px;}.anchorMarker{color: #3a62a6;}.footer{color: gray;}</style></head><body><div class="digest"><p>Hi ironpython,</p><p>Here's your Daily Digest of new issues for project "<a href="http://ironpython.codeplex.com/">IronPython</a>".</p><p>In today's digest:</p><h4>ISSUES</h4><div class="toc"><div class="tocItem"><a href="#toc_issue_1">1. <span class="tocTitle">[New comment] Rhino - IronPython - add Leap Motion</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_2">2. <span class="tocTitle">[New comment] Rhino - IronPython - add Leap Motion</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_3">3. <span class="tocTitle">[New comment] regular expression extension accepts only single flag</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_4">4. <span class="tocTitle">[New comment] regular expression extension accepts only single flag</span> <span class="anchorMarker">↓</span></a></div><div class="tocItem"><a href="#toc_issue_5">5. <span class="tocTitle">[New comment] regular expression extension accepts only single flag</span> <span class="anchorMarker">↓</span></a></div></div><h4>ISSUES</h4><div class="topic"><a name="toc_issue_1"></a><div class="topicHeader"><span class="topicTitle">1. [New comment] Rhino - IronPython - add Leap Motion</span> <a href="http://ironpython.codeplex.com/workitem/35132">view online</a></div><p>User MarkusSchaber has commented on the issue:</p><p>"<p>Is the LeapCSharpDLL there, or only the Leap.dll?</p><p>Can you try the Fusion Log Viewer to check why the assembly binding fails?</p>"</p></div><div class="topic"><a name="toc_issue_2"></a><div class="topicHeader"><span class="topicTitle">2. [New comment] Rhino - IronPython - add Leap Motion</span> <a href="http://ironpython.codeplex.com/workitem/35132">view online</a></div><p>User Mjnewsum has commented on the issue:</p><p>"<p>The files in the folder are:</p><p>Leap.dll<br>LeapCSharp.dll<br>LeapCSharp.NET3.5.dll<br>Sample.cs</p><p>I will look into the Fusion Log Viewer tonight to see if I can get that to work. Thank you, again, for the help</p>"</p></div><div class="topic"><a name="toc_issue_3"></a><div class="topicHeader"><span class="topicTitle">3. [New comment] regular expression extension accepts only single flag</span> <a href="http://ironpython.codeplex.com/workitem/35135">view online</a></div><p>User jdhardy has commented on the issue:</p><p>"<p>IronPython converts Python regexes into .NET regexes, using regexes! How many problems are we at now? :) That conversion is obviously no 100%, but it does work surprisingly well.</p>"</p></div><div class="topic"><a name="toc_issue_4"></a><div class="topicHeader"><span class="topicTitle">4. [New comment] regular expression extension accepts only single flag</span> <a href="http://ironpython.codeplex.com/workitem/35135">view online</a></div><p>User paweljasinski has commented on the issue:</p><p>"<p>It looks like the problem is limited to flags and can be worked around by splitting flags into individual entries.<br>There is also ordering which can be corrected in expression as well. I have seen:<br>```(?u)^whatever``` which breaks re module, but it can be substituted with ```^(?u)```<br></p>"</p></div><div class="topic"><a name="toc_issue_5"></a><div class="topicHeader"><span class="topicTitle">5. [New comment] regular expression extension accepts only single flag</span> <a href="http://ironpython.codeplex.com/workitem/35135">view online</a></div><p>User paweljasinski has commented on the issue:</p><p>"<p>aciidoc which I tested uses heavily re based parsing and customization. Until now, I did not discover any other problems. Ok, except performance, but this is another story.</p>"</p></div><div class="footer"><p>You are receiving this email because you subscribed to notifications on CodePlex.</p><p>To report a bug, request a feature, or add a comment, visit <a href="http://ironpython.codeplex.com/workitem/list/basic">IronPython Issue Tracker</a>. You can <a href="http://ironpython.codeplex.com/subscriptions/workitem/project/edit">unsubscribe or change your issue notification settings</a> on CodePlex.com.</p></div></div></body></html>