[Ironpython-users] IronPython, Daily Digest 1/15/2014
CodePlex
no_reply at codeplex.com
Thu Jan 16 09:20:37 CET 2014
Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New comment] Conflict with ExtensionAttribute in ASP.NET 3.5 website
2. [New issue] StackOverflow when enumerating dynamic members of IMOs
----------------------------------------------
ISSUES
1. [New comment] Conflict with ExtensionAttribute in ASP.NET 3.5 website
http://ironpython.codeplex.com/workitem/19126
User sbronson has commented on the issue:
"<p>Why is this closed if people are still having this issue? (And they are: see <http://stackoverflow.com/questions/835592/ambigious-reference-for-extensionattribute-when-using-iron-python-in-asp-net>.)</p>"-----------------
2. [New issue] StackOverflow when enumerating dynamic members of IMOs
http://ironpython.codeplex.com/workitem/34893
User becio has proposed the issue:
"Tested on IronPyton 2.7.4
import System
import clr
clr.AddReference("System.Core")
from System.Dynamic import DynamicObject
class Foo(DynamicObject):
def bar():
pass
f = Foo()
System.ComponentModel.TypeDescriptor.GetProperties(f)"
----------------------------------------------
----------------------------------------------
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20140116/d0071b9c/attachment.html>
More information about the Ironpython-users
mailing list