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=78896 --- shadow/78896 2006-07-19 04:50:29.000000000 -0400 +++ shadow/78896.tmp.5648 2006-07-19 04:50:30.000000000 -0400 @@ -0,0 +1,53 @@ +Bug#: 78896 +Product: Mono: Class Libraries +Version: unspecified +OS: other +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: CORLIB +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: mono-svn-62729 don't compile IronPython-1458 + +Please fill in this template when reporting a bug, unless you know what +you are doing. +Description of Problem: +onPython.dll -recurse:IronPython/*.cs +IronPython/Compiler/MethodBinder.cs(857,22): warning CS0219: The variable +`returnType' is assigned but its value is never used +IronPython/Modules/nt.cs(744,20): warning CS0219: The variable `message' +is assigned but its value is never used +IronPython/Modules/socket.cs(698,26): warning CS0219: The variable +`flowInfo' is assigned but its value is never used +IronPython/Runtime/Operations/Ops.cs(1336,13): error CS0411: The type +arguments for method `AddRange' cannot be infered from the usage. Try +specifying the type arguments explicitly. +IronPython/Runtime/Operations/Ops.cs(1413,13): error CS0411: The type +arguments for method `AddRange' cannot be infered from the usage. Try +specifying the type arguments explicitly. +Compilation failed: 2 error(s), 3 warnings + + +Steps to reproduce the problem: +1. I downloade IronPython-2458 on http://www.codeplex.com/Wiki/ +View.aspx?ProjectName=IronPython +2. +3. + +Actual Results: + + +Expected Results: + + +How often does this happen? + + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
