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/64203.
MODIFIED SOURCES $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ParameterMapping.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/OverloadResolver.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ParameterWrapper.cs $/IronPython/IronPython_Main/Src/IronPythonTest/BindTest.cs $/IronPython/IronPython_Main/Src/IronPython/Compiler/Tokenizer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/TypeInferer.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ReturnReferenceArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Actions/Calls/ReferenceArgBuilder.cs $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Runtime/ScriptingRuntimeHelpers.cs $/IronPython/IronPython_Main/Src/Tests/test_methodbinder1.py $/IronPython/IronPython_Main/Src/Tests/test_methoddispatch.py CHECKIN COMMENTS -------------------------------------------------------------------------------- Changeset Id: 1605388 Date: 2/24/2010 12:42:49 PM Fixes a parser bug related to multi-line strings w/ state. Currently when we hit a line like: “””foo\ We will report an error because of the EOF (we’re parsing one line at a time here) in the middle of the string. Now if we’re in verbatim mode we’ll return an IncompleteStringToken and set our state so we can resume parsing on the next line. This was exposed via IronPython Tools. (Shelveset: FixMultiLineParserBug;REDMOND\dinov | SNAP CheckinId: 10394) _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com