Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80749 --- shadow/80749 2007-02-12 15:14:40.000000000 -0500 +++ shadow/80749.tmp.13642 2007-02-12 17:27:43.000000000 -0500 @@ -243,6 +243,32 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-02-12 15:14 ------- The fix for this particular issue is in SVN. However, IrP does not compile yet compile successfully. + +------- Additional Comments From [EMAIL PROTECTED] 2007-02-12 17:27 ------- +The new error that I get is: + +IronPython/CodeDom/Compiler.cs(35,19): error CS0534: +`IronPython.CodeDom.PythonGenerator' does not implement inherited +abstract member +`System.CodeDom.Compiler.CodeGenerator.CreateEscapedIdentifier(string)' +IronPython/CodeDom/Compiler.cs(35,19): error CS0534: +`IronPython.CodeDom.PythonGenerator' does not implement inherited +abstract member +`System.CodeDom.Compiler.CodeGenerator.CreateValidIdentifier(string)' +IronPython/CodeDom/Compiler.cs(35,19): error CS0534: +`IronPython.CodeDom.PythonGenerator' does not implement inherited +abstract member +`System.CodeDom.Compiler.CodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference)' +IronPython/CodeDom/Compiler.cs(35,19): error CS0534: +`IronPython.CodeDom.PythonGenerator' does not implement inherited +abstract member +`System.CodeDom.Compiler.CodeGenerator.IsValidIdentifier(string)' +IronPython/CodeDom/Compiler.cs(35,19): error CS0534: +`IronPython.CodeDom.PythonGenerator' does not implement inherited +abstract member +`System.CodeDom.Compiler.CodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport)' +Compilation failed: 5 error(s), 0 warnings + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
