[IronPython] garbage in the source file

Sanghyeon Seo sanxiyn at gmail.com
Fri Nov 10 04:31:22 CET 2006


2006/11/10, Mathew Yeates <myeates at jpl.nasa.gov>:
> I just tried compiling the source code but it has random characters in
> it. See IronPython/Runtime/PythonModule.cs line 57
>  public static PythonModule MakeModule(ICallerContext context,
> DynamicType cls, params object[] args\u03c4)

You should have no trouble compiling the source code, since this is legal C#.

If you get an error, you are most likely bitten by Mono C# compiler
tokenizer bug #52019, which is fixed in recent versions. If you can't
upgrade for some reasons, apply the patch attached to the bug.

http://bugzilla.ximian.com/show_bug.cgi?id=52019

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list