[Mono-bugs] [Bug 79064][Wis] New - Ironpython-2954 compile	error(with mono-svn 63663)
    bugzilla-daemon at bugzilla.ximian.com 
    bugzilla-daemon at bugzilla.ximian.com
       
    Sat Aug 12 05:00:38 EDT 2006
    
    
  
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 hys545 at dreamwiz.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79064
--- shadow/79064	2006-08-12 05:00:38.000000000 -0400
+++ shadow/79064.tmp.12670	2006-08-12 05:00:38.000000000 -0400
@@ -0,0 +1,58 @@
+Bug#: 79064
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: hys545 at dreamwiz.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Ironpython-2954 compile error(with mono-svn 63663)
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+gmcs -t:library -r:../IronMath.dll -r:System.Drawing.dll
+-r:System.Design.dll -out:../IronPython.dll -recurse:IronPython/*.cs
+IronPython/Runtime/PythonModule.cs(57,108): error CS8025: Parsing error
+IronPython/Runtime/SystemState.cs(51,102): error CS8025: Parsing error
+IronPython/Runtime/Operations/InstanceOps.cs(80,81): error CS1041:
+Identifier expected
+Compilation failed: 3 error(s), 0 warnings
+
+
+
+Steps to reproduce the problem:
+1. I downloaded
+ironpython(http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython)
+
+2. 
+3. 
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen? 
+
+
+Additional Information:
+
+ [PythonName("__new__")]
+        public static PythonModule MakeModule(ICallerContext context,
+DynamicType cls, params object[] args\u03c4) {
+            if (cls.IsSubclassOf(TypeCache.Module)) {
+                return new PythonModule(context);
+            }
+            throw Ops.TypeError("{0} is not a subtype of module",
+cls.__name__);
+        }
    
    
More information about the mono-bugs
mailing list