This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/56232.
ADDED SOURCES $/IronPython/IronPython_Main/Src/IronPythonTest/ClrType.cs MODIFIED SOURCES $/IronPython/IronPython_Main/Src/IronPythonTest/ClrType.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComRuntimeHelpers.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComEventSinkProxy.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/BoundDispEvent.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComEventSink.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/DispCallableMetaObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Errors.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComEventSinksContainer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/ComBinder.cs $/IronPython/IronPython_Main/Src/IronPython/Lib/iptest/assert_util.py $/IronPython/IronPython_Main/Src/IronPythonTest/IronPythonTest.csproj $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/LabelInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Properties/AssemblyInfo.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/DebugInfoGenerator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/ILGen.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Ast/Expression.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Microsoft.Dynamic.csproj $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Variant.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/IDispatchComObject.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/LambdaCompiler.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/SymbolDocumentGenerator.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Utils/ExceptionFactory.Generated.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting.Core/Compiler/OffsetTrackingILGenerator.cs $/IronPython/IronPython_Main/Src/Scripts/generate_comdispatch.py $/IronPython/IronPython_Main/Src/Tests/interop/net/type/test_clrtype.py CHECKIN COMMENTS -------------------------------------------------------------------------------- Changeset Id: 981035 Date: 7/8/2009 1:05:06 PM (dfugate) More clrtype verification: - added missing verification to test_sanity_static_dot_net_type. Looks like this is actually broken - see http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=23426 - added test case which returns types implemented in C# as the return value of __clrtype__ - added test case where the type has multiple constructor overloads with each accepting a PythonType as the first param. This doesn't seem to work - see http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=23419 - added test case for types providing a parameterless constructor - added test case to ensure garbage types (e.g., those having no constructors accepting a PythonType) can't be used with __clrtype__. Filed http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=23418 (Shelveset: CLRTYPE3;REDMOND\dfugate | SNAP CheckinId: m9639) -------------------------------------------------------------------------------- Changeset Id: 981030 Date: 7/8/2009 1:03:12 PM (dfugate) - MS.Scripting.Debugging.dll wasn't being GAC'ed in the stress lab. Fixed - quite a few tests in the stress lab were failing because iptest.assert_util.load_iron_python_dll doesn't check the GAC for IronPython.dll. Fixed (Shelveset: STRESS01;REDMOND\dfugate | SNAP CheckinId: m9639) _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com