Attached are compilation warnings on Mono for IronPython 2.0 Alpha 5.

Many of them are noises but most of IronPython.Modules warnings
(except for socket.cs) are valid.

-- 
Seo Sanghyeon
Microsoft.Scripting/Actions/InvokeBinderHelper.cs(41,29): warning CS0219: The 
variable `getAction' is assigned but its value is never used
Microsoft.Scripting/Ast/TryStatement.cs(238,19): warning CS0219: The variable 
`endCatchBlock' is assigned but its value is never used
Microsoft.Scripting/Hosting/ScriptEngine.cs(563,29): warning CS0219: The 
variable `options' is assigned but its value is never used
Microsoft.Scripting/Math/BigInteger.cs(257,13): warning CS0642: Possible 
mistaken empty statement
Microsoft.Scripting/Types/ReflectedTypeBuilder.cs(103,24): warning CS0219: The 
variable `name' is assigned but its value is never used
Microsoft.Scripting/Types/ReflectedTypeBuilder.cs(102,22): warning CS0219: The 
variable `impersonate' is assigned but its value is never used
Microsoft.Scripting/Tuple.cs(210,21): warning CS0219: The variable `argCnt' is 
assigned but its value is never used
Microsoft.Scripting/Actions/NamespaceTracker.cs(158,22): warning CS0169: The 
private method `Microsoft.Scripting.Actions.NamespaceTracker.LoadAllTypes()' is 
never used
Microsoft.Scripting/Actions/TopNamespaceTracker.cs(35,22): warning CS0414: The 
private field `Microsoft.Scripting.Actions.TopNamespaceTracker._isolated' is 
assigned but its value is never used
Microsoft.Scripting/Generation/ByRefReturnBuilder.cs(94,35): warning CS0169: 
The private method 
`Microsoft.Scripting.Generation.ByRefReturnBuilder.GetValue(Microsoft.Scripting.Ast.Expression[],
 Microsoft.Scripting.Ast.Expression, int)' is never used
Microsoft.Scripting/Generation/CodeGen.cs(2021,22): warning CS0169: The private 
method `Microsoft.Scripting.Generation.CodeGen.WriteIL(string, object, object, 
object, object, object)' is never used
Microsoft.Scripting/Generation/DefaultArgBuilder.cs(84,29): warning CS0169: The 
private method 
`Microsoft.Scripting.Generation.DefaultArgBuilder.EmitDefaultValue(Microsoft.Scripting.Generation.CodeGen,
 object, System.Type)' is never used
Microsoft.Scripting/Generation/GlobalAllocator.cs(23,31): warning CS0414: The 
private field `Microsoft.Scripting.Generation.GlobalNamedStorage._type' is 
assigned but its value is never used
Microsoft.Scripting/Generation/StubGenerator.cs(115,31): warning CS0169: The 
private method 
`Microsoft.Scripting.Generation.StubGenerator.CreateSignatureWithContext(int)' 
is never used
Microsoft.Scripting/Shell/CommandLine.cs(119,33): warning CS0169: The private 
method 
`Microsoft.Scripting.Shell.CommandLine.CreateConsole(Microsoft.Scripting.Shell.CommandLine,
 Microsoft.Scripting.Hosting.ScriptEngine, bool, bool)' is never used
Microsoft.Scripting/Types/ReflectedTypeBuilder.cs(426,29): warning CS0169: The 
private method 
`Microsoft.Scripting.Types.ReflectedTypeBuilder.ShouldInclude(System.Type)' is 
never used
Microsoft.Scripting/Types/ReflectedTypeBuilder.cs(682,46): warning CS0169: The 
private method 
`Microsoft.Scripting.Types.ReflectedTypeBuilder.EmptyTransformer()' is never 
used
IronPython/Compiler/Ast/CallExpression.cs(72,32): warning CS0168: The variable 
`arg' is declared but never used
IronPython/Compiler/Generation/NewTypeMaker.cs(473,45): warning CS0219: The 
variable `dtb' is assigned but its value is never used
IronPython/Runtime/Operations/PythonOps.cs(1976,36): warning CS0168: The 
variable `targetWithContext' is declared but never used
IronPython/Runtime/Operations/UserTypeOps.cs(199,21): warning CS0219: The 
variable `slotLocation' is assigned but its value is never used
IronPython/Runtime/Operations/UserTypeOps.cs(338,22): warning CS0219: The 
variable `tmp' is assigned but its value is never used
IronPython/Runtime/Operations/UserTypeOps.cs(356,22): warning CS0219: The 
variable `tmp' is assigned but its value is never used
IronPython/Runtime/Types/ComObject.cs(144,25): warning CS0219: The variable 
`dt' is assigned but its value is never used
IronPython/Runtime/Types/Mro.cs(112,21): warning CS0219: The variable 
`lastRemove' is assigned but its value is never used
IronPython/Runtime/Types/PythonExtensionTypeAttribute.cs(161,41): warning 
CS0219: The variable `om' is assigned but its value is never used
IronPython/Runtime/Types/PythonTypeCustomizer.cs(366,28): warning CS0219: The 
variable `repr' is assigned but its value is never used
IronPython/Runtime/Types/UserType.cs(176,18): warning CS0219: The variable 
`mixedOldNew' is assigned but its value is never used
IronPython/Runtime/Types/UserType.cs(687,25): warning CS0219: The variable `dt' 
is assigned but its value is never used
IronPython/Runtime/calls/DoOperationBinderHelper.cs(206,25): warning CS0219: 
The variable `yType' is assigned but its value is never used
IronPython/Runtime/calls/DoOperationBinderHelper.cs(205,25): warning CS0219: 
The variable `xType' is assigned but its value is never used
IronPython/Runtime/Builtin.cs(95,24): warning CS0168: The variable `attrValue' 
is declared but never used
IronPython/Runtime/Builtin.cs(549,33): warning CS0219: The variable `modType' 
is assigned but its value is never used
IronPython/Runtime/Importer.cs(275,44): warning CS0219: The variable `dict' is 
assigned but its value is never used
IronPython/Compiler/Ast/CallExpression.cs(31,22): warning CS0414: The private 
field `IronPython.Compiler.Ast.CallExpression._hasArgsTuple' is assigned but 
its value is never used
IronPython/Compiler/Ast/CallExpression.cs(31,37): warning CS0414: The private 
field `IronPython.Compiler.Ast.CallExpression._hasKeywordDict' is assigned but 
its value is never used
IronPython/Compiler/Ast/CallExpression.cs(32,21): warning CS0414: The private 
field `IronPython.Compiler.Ast.CallExpression._keywordCount' is assigned but 
its value is never used
IronPython/Compiler/Ast/CallExpression.cs(32,36): warning CS0414: The private 
field `IronPython.Compiler.Ast.CallExpression._extraArgs' is assigned but its 
value is never used
IronPython/Compiler/Generation/NewTypeMaker.cs(315,31): warning CS0169: The 
private method 
`IronPython.Compiler.Generation.NewTypeMaker.NormalizeName(string)' is never 
used
IronPython/Compiler/Generation/NewTypeMaker.cs(1056,29): warning CS0169: The 
private method 
`IronPython.Compiler.Generation.NewTypeMaker.EmitBadCallThrow(Microsoft.Scripting.Generation.CodeGen,
 System.Reflection.MethodInfo, string)' is never used
IronPython/Hosting/PythonEngine.cs(539,24): warning CS0169: The private method 
`IronPython.Hosting.PythonEngine.FormatException(System.Exception, object, 
IronPython.Hosting.PythonEngine.FilterStackFrame)' is never used
IronPython/Hosting/PythonEngine.cs(648,31): warning CS0169: The private method 
`IronPython.Hosting.PythonEngine.GetInformationalVersion()' is never used
IronPython/Runtime/Exceptions/exceptionconverter.cs(723,36): warning CS0169: 
The private method 
`IronPython.Runtime.Exceptions.ExceptionConverter.ObjectToTuple(object)' is 
never used
IronPython/Runtime/Operations/LongOps.cs(35,35): warning CS0414: The private 
field `IronPython.Runtime.Operations.BigIntegerOps.DecimalMax' is assigned but 
its value is never used
IronPython/Runtime/Operations/LongOps.cs(36,35): warning CS0414: The private 
field `IronPython.Runtime.Operations.BigIntegerOps.DecimalMin' is assigned but 
its value is never used
IronPython/Runtime/Types/ComObject.cs(709,20): warning CS0169: The private 
method 
`IronPython.Runtime.Types.IDispatchObject.Invoke(IronPython.Runtime.Types.IDispatch,
 int, out object)' is never used
IronPython/Runtime/Types/Mro.cs(161,43): warning CS0169: The private method 
`IronPython.Runtime.Types.Mro.TupleToList(IronPython.Runtime.PythonTuple)' is 
never used
IronPython/Runtime/Types/OldClass.cs(135,22): warning CS0169: The private 
method 
`IronPython.Runtime.Types.OldClass.GetObjectData(System.Runtime.Serialization.SerializationInfo,
 System.Runtime.Serialization.StreamingContext)' is never used
IronPython/Runtime/Types/PythonModuleOps.cs(43,31): warning CS0414: The private 
field `IronPython.Runtime.Types.PythonModuleOps.PythonCreated' is assigned but 
its value is never used
IronPython/Runtime/Types/PythonTypeCustomizer.cs(501,22): warning CS0169: The 
private method 
`IronPython.Runtime.Types.PythonTypeCustomizer.AddProtocolMethod(Microsoft.Scripting.SymbolId,
 params System.Reflection.MethodInfo[])' is never used
IronPython/Runtime/Types/UserType.cs(475,31): warning CS0169: The private 
method `IronPython.Runtime.Types.UserTypeBuilder.NewDict()' is never used
IronPython/Runtime/calls/DoOperationBinderHelper.cs(688,27): warning CS0169: 
The private method 
`IronPython.Runtime.Calls.DoOperationBinderHelper<T>.MakeUnaryThrow(Microsoft.Scripting.Actions.StandardRule<T>)'
 is never used
IronPython/Runtime/calls/FunctionCode.cs(44,26): warning CS0414: The private 
field `IronPython.Runtime.Calls.FunctionCode._target' is assigned but its value 
is never used
IronPython/Runtime/calls/PythonCallBinderHelper.cs(35,30): warning CS0414: The 
private field `IronPython.Runtime.Calls.PythonCallBinderHelper<T>._testTypes' 
is assigned but its value is never used
IronPython/Runtime/calls/PythonCallBinderHelper.cs(327,41): warning CS0414: The 
private field 
`IronPython.Runtime.Calls.PythonCallBinderHelper.ConstructorNewAdapter._ctor' 
is assigned but its value is never used
IronPython/Runtime/Converter.cs(1116,29): warning CS0169: The private method 
`IronPython.Runtime.Converter.IsIntegral(System.Type)' is never used
IronPython/Runtime/Converter.cs(596,38): warning CS0414: The private field 
`IronPython.Runtime.Converter.ArrayListType' is assigned but its value is never 
used
IronPython/Runtime/Converter.cs(597,38): warning CS0414: The private field 
`IronPython.Runtime.Converter.HashtableType' is assigned but its value is never 
used
IronPython/Runtime/Converter.cs(601,38): warning CS0414: The private field 
`IronPython.Runtime.Converter.ListOfTType' is assigned but its value is never 
used
IronPython/Runtime/Converter.cs(603,38): warning CS0414: The private field 
`IronPython.Runtime.Converter.ListWrapperForIListType' is assigned but its 
value is never used
IronPython/Runtime/Converter.cs(606,38): warning CS0414: The private field 
`IronPython.Runtime.Converter.DictWrapperForIDictType' is assigned but its 
value is never used
IronPython/Runtime/DocBuilder.cs(380,31): warning CS0169: The private method 
`IronPython.Runtime.DocBuilder.GetXmlName(System.Reflection.PropertyInfo)' is 
never used
IronPython/Runtime/Importer.cs(366,29): warning CS0169: The private method 
`IronPython.Runtime.Importer.SetImported(Microsoft.Scripting.CodeContext, 
string, object)' is never used
IronPython/Runtime/Slice.cs(216,29): warning CS0169: The private method 
`IronPython.Runtime.Slice.EqualsWorker(IronPython.Runtime.Slice, 
IronPython.Runtime.Slice)' is never used
IronPython.Modules/_weakref.Generated.cs(43,32): warning CS0219: The variable 
`dtb' is assigned but its value is never used
IronPython.Modules/cPickle.cs(534,29): warning CS0219: The variable `intCode' 
is assigned but its value is never used
IronPython.Modules/datetime.cs(725,17): warning CS1717: Assignment made to same 
variable; did you mean to assign something else?
IronPython.Modules/nt.cs(837,20): warning CS0219: The variable `message' is 
assigned but its value is never used
IronPython.Modules/socket.cs(754,26): warning CS0219: The variable 
`protocolType' is assigned but its value is never used
IronPython.Modules/socket.cs(1539,22): warning CS0219: The variable `flowInfo' 
is assigned but its value is never used
IronPython.Modules/socket.cs(1629,21): warning CS0219: The variable `size' is 
assigned but its value is never used
IronPython.Modules/cPickle.cs(1399,28): warning CS0169: The private method 
`IronPython.Modules.PythonPickle.Unpickler.ReadLine()' is never used
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to