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/66057.

ADDED SOURCES
        
$/IronPython/IronPython_Main/Languages/IronPython/IronPython.Modules/IronPython.Modules.ruleset
        
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/IronPython.ruleset
        
$/IronPython/IronPython_Main/Languages/IronPython/IronPythonConsole/IronPythonConsole.ruleset
        
$/IronPython/IronPython_Main/Languages/IronPython/IronPythonConsoleAny/IronPythonConsoleAny.ruleset
        
$/IronPython/IronPython_Main/Languages/IronPython/IronPythonWindow/IronPythonWindow.ruleset
        
$/IronPython/IronPython_Main/Languages/IronPython/IronPythonWindowAny/IronPythonWindowAny.ruleset
        $/IronPython/IronPython_Main/Languages/IronPython/MSSharedLibKey.snk
        
$/IronPython/IronPython_Main/Runtime/Microsoft.Dynamic/Microsoft.Dynamic.ruleset
        $/IronPython/IronPython_Main/Runtime/Microsoft.Scripting.Core/Migrated 
rules for Microsoft.Scripting.Core.ruleset
        $/IronPython/IronPython_Main/Runtime/Microsoft.Scripting.Core/Migrated 
rules for Microsoft.Scripting.ExtensionAttribute.ruleset
        
$/IronPython/IronPython_Main/Runtime/Microsoft.Scripting/Microsoft.Scripting.ruleset

DELETED SOURCES
        $/IronPython/IronPython_Main/Solutions/MSSharedLibDelaySigned.snk

MODIFIED SOURCES
        
$/IronPython/IronPython_Main/Languages/IronPython/IronPython.Modules/IronPython.Modules.ruleset
        
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/IronPython.ruleset
        
$/IronPython/IronPython_Main/Languages/IronPython/IronPythonConsole/IronPythonConsole.ruleset
        
$/IronPython/IronPython_Main/Languages/IronPython/IronPythonConsoleAny/IronPythonConsoleAny.ruleset
        
$/IronPython/IronPython_Main/Languages/IronPython/IronPythonWindow/IronPythonWindow.ruleset
        
$/IronPython/IronPython_Main/Hosts/Silverlight/Microsoft.Scripting.SilverLight/Microsoft.Scripting.Silverlight.csproj
        
$/IronPython/IronPython_Main/Languages/IronPython/IronPython/IronPython.csproj
        
$/IronPython/IronPython_Main/Languages/IronPython/IronPython.Modules/IronPython.Modules.csproj
        
$/IronPython/IronPython_Main/Languages/IronPython/IronPythonConsoleAny/IronPythonConsoleAny.csproj
        $/IronPython/IronPython_Main/Hosts/Silverlight/Chiron/Chiron.csproj
        
$/IronPython/IronPython_Main/Languages/IronPython/IronPythonWindow/IronPythonWindow.csproj
        
$/IronPython/IronPython_Main/Languages/IronPython/IronPythonConsole/IronPythonConsole.csproj
        
$/IronPython/IronPython_Main/Languages/IronPython/IronPythonTest/IronPythonTest.csproj
        
$/IronPython/IronPython_Main/Languages/IronPython/IronPythonWindowAny/IronPythonWindowAny.ruleset
        $/IronPython/IronPython_Main/Languages/IronPython/MSSharedLibKey.snk
        
$/IronPython/IronPython_Main/Runtime/Microsoft.Dynamic/Microsoft.Dynamic.ruleset
        $/IronPython/IronPython_Main/Runtime/Microsoft.Scripting.Core/Migrated 
rules for Microsoft.Scripting.Core.ruleset
        
$/IronPython/IronPython_Main/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.Core.csproj
        
$/IronPython/IronPython_Main/Runtime/Microsoft.Dynamic/Microsoft.Dynamic.csproj
        
$/IronPython/IronPython_Main/Languages/IronPython/IronPythonWindowAny/IronPythonWindowAny.csproj
        
$/IronPython/IronPython_Main/Runtime/Microsoft.Scripting.Core/Microsoft.Scripting.ExtensionAttribute.csproj
        $/IronPython/IronPython_Main/Runtime/Microsoft.Scripting.Core/Migrated 
rules for Microsoft.Scripting.ExtensionAttribute.ruleset
        
$/IronPython/IronPython_Main/Runtime/Microsoft.Scripting/Microsoft.Scripting.ruleset
        
$/IronPython/IronPython_Main/Runtime/Microsoft.Scripting/Microsoft.Scripting.csproj
        
$/IronPython/IronPython_Main/Runtime/Microsoft.Scripting.Debugging/Microsoft.Scripting.Debugging.csproj
        $/IronPython/IronPython_Main/Test/ClrAssembly/ClrAssembly.csproj

CHECKIN COMMENTS
--------------------------------------------------------------------------------
Changeset Id: 1769739
Date: 5/7/2010 1:03:11 PM

- Upgraded Dlr.sln to VS 2010 format
- "V4 Debug", "V4 Release", "Silverlight Release 4", and "Silverlight Debug 4" 
configs to everything Dlr.sln knows about.  These still need to be adjusted 
somewhat, but it's a start for now
- Runtime/Samples/sympl/examples/test.bat: believe it or not VS 2010 has a hard 
time dealing with quotes inside the arguments list of GenericTests.  As a 
result I've moved one quoted argument out of the GenericTest(s) involved with 
this test, and ended up creating a separate batch test runner, test_python.bat, 
for the IronPython sympl test.  Similarly, I disabled 
slt_test_querystring_py_Default.GenericTest outright (filed as 
http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=26997)
- HostingTest *had* to be upgraded to .NET 4.0 to get it to run under mstest 
2010.
- HostingTest\ObjectOperationsTest.cs: Engine.Operations.GetDocumentation 
*might* be broken under .NET 4.0 or perhaps the doc strings have simply 
changed.  Filed as CodePlex 6701
- HostingTest\ScriptRuntimeTest.cs: partial trust scenario was broken under 
.NET 4.0 due to CAS change.  Fixed
- we now pickup mstest 2010 from RunTests.py instead of forcing 2008
- added IR.Rack into Dlr.sln, but this does *not* build under the V4 configs => 
any dependencies upon MS.Scripting.Core and ExtensionAttribute need to be 
dropped for the V4 configs
- dropped Dlr4.sln and BuildRowan4.cmd


(Shelveset: NEW_SLN08;REDMOND\dfugate | SNAP CheckinId: 10750)
--------------------------------------------------------------------------------
Changeset Id: 1769739
Date: 5/7/2010 1:03:11 PM

- Upgraded Dlr.sln to VS 2010 format
- "V4 Debug", "V4 Release", "Silverlight Release 4", and "Silverlight Debug 4" 
configs to everything Dlr.sln knows about.  These still need to be adjusted 
somewhat, but it's a start for now
- Runtime/Samples/sympl/examples/test.bat: believe it or not VS 2010 has a hard 
time dealing with quotes inside the arguments list of GenericTests.  As a 
result I've moved one quoted argument out of the GenericTest(s) involved with 
this test, and ended up creating a separate batch test runner, test_python.bat, 
for the IronPython sympl test.  Similarly, I disabled 
slt_test_querystring_py_Default.GenericTest outright (filed as 
http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=26997)
- HostingTest *had* to be upgraded to .NET 4.0 to get it to run under mstest 
2010.
- HostingTest\ObjectOperationsTest.cs: Engine.Operations.GetDocumentation 
*might* be broken under .NET 4.0 or perhaps the doc strings have simply 
changed.  Filed as CodePlex 6701
- HostingTest\ScriptRuntimeTest.cs: partial trust scenario was broken under 
.NET 4.0 due to CAS change.  Fixed
- we now pickup mstest 2010 from RunTests.py instead of forcing 2008
- added IR.Rack into Dlr.sln, but this does *not* build under the V4 configs => 
any dependencies upon MS.Scripting.Core and ExtensionAttribute need to be 
dropped for the V4 configs
- dropped Dlr4.sln and BuildRowan4.cmd


(Shelveset: NEW_SLN08;REDMOND\dfugate | SNAP CheckinId: 10750)



_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to