[Mono-bugs] [Bug 76645][Wis] New - mono(svn-52694 don't compile ironpython-0.9.4

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Nov 8 08:36:21 EST 2005


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=76645

--- shadow/76645	2005-11-08 08:36:21.000000000 -0500
+++ shadow/76645.tmp.13145	2005-11-08 08:36:21.000000000 -0500
@@ -0,0 +1,67 @@
+Bug#: 76645
+Product: Mono: Class Libraries
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: hys545 at dreamwiz.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mono(svn-52694 don't compile ironpython-0.9.4
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+mcs -t:library -r:bin/IronMath.dll -r:System.dll -out:bin/IronPython.dll -
+recurse:IronPython/*.cs
+IronPython/AST/CodeGen.cs(489,31): warning CS0219: The variable `mb' is 
+assigned but its value is never used
+IronPython/AST/NewTypeMaker.cs(78,30): warning CS0219: The variable `
+interfaceTypes' is assigned butits value is never used
+IronPython/AST/OutputGenerator.cs(46,32): warning CS0219: The variable `cb'
+ is assigned but its value is never used
+IronPython/Hosting/PythonEngine.cs(82,20): warning CS0219: The variable `o'
+ is assigned but its value is never used
+IronPython/Modules/operator.cs(272,44): warning CS0219: The variable `
+enumerator' is assigned but its value is never used
+IronPython/Modules/operator.cs(273,20): warning CS0219: The variable `count
+' is assigned but its value is never used
+IronPython/Objects/Dict.cs(313,18): warning CS0219: The variable `d' is 
+assigned but its value is never used
+IronPython/Objects/ReflectedType.cs(233,24): warning CS0219: The variable `
+n' is assigned but its value is never used
+IronPython/Objects/Ops.cs(2073,20): warning CS0219: The variable `exc_type'
+ is assigned but its value is never used
+IronPython/Objects/ReflectedMembers.cs(389,13): warning CS0162: 
+Unreachable code detected
+IronPython/Objects/ReflectedPackage.cs(76,25): warning CS0618: `System.
+Reflection.Assembly.LoadWithPartialName(string)' is obsolete: `'
+IronPython/Objects/Set.cs(884,13): error CS0246: The type or namespace name
+ `SortedList`2' could notbe found. Are you missing a using directive or an 
+assembly reference?
+Compilation failed: 1 error(s), 11 warnings
+make: *** [bin/IronPython.dll] 오류 1
+
+
+Steps to reproduce the problem:
+1. 
+2. 
+3. 
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen? 
+
+
+Additional Information:


More information about the mono-bugs mailing list