Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New comment] Rhino - IronPython - add Leap Motion
2. [New comment] Rhino - IronPython - add Leap Motion
3. [New comment] regular expression extension accepts only single flag
4. [New comment] regular expression extension accepts only single flag
5. [New comment] regular expression extension accepts only single flag

----------------------------------------------

ISSUES

1. [New comment] Rhino - IronPython - add Leap Motion
http://ironpython.codeplex.com/workitem/35132
User MarkusSchaber has commented on the issue:

"<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>"-----------------

2. [New comment] Rhino - IronPython - add Leap Motion
http://ironpython.codeplex.com/workitem/35132
User Mjnewsum has commented on the issue:

"<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>"-----------------

3. [New comment] regular expression extension accepts only single flag
http://ironpython.codeplex.com/workitem/35135
User jdhardy has commented on the issue:

"<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>"-----------------

4. [New comment] regular expression extension accepts only single flag
http://ironpython.codeplex.com/workitem/35135
User paweljasinski has commented on the issue:

"<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>"-----------------

5. [New comment] regular expression extension accepts only single flag
http://ironpython.codeplex.com/workitem/35135
User paweljasinski has commented on the issue:

"<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>"
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on 
CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue 
Tracker. You can unsubscribe or change your issue notification settings on 
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to