[Mono-bugs] [Bug 480862] New: gmcs don; t parsing xml IronPython-Microsoft.Scripting.Core

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Mar 2 03:26:27 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=480862


           Summary: gmcs don;t parsing xml
                    IronPython-Microsoft.Scripting.Core
    Classification: Mono
           Product: Mono: Compilers
           Version: SVN
          Platform: i686
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: hys545 at dreamwiz.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=276288)
 --> (https://bugzilla.novell.com/attachment.cgi?id=276288)
fixed Microsoft.Scriptiong.Core.csproj

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; ko; rv:1.9.0.6)
Gecko/2009011912 Firefox/3.0.6

I use mono-svn-128321
I update IronPython-svn-47671(www.codeplex.com/IronPython )

cd IronPython_Main/Src/Microsoft.Scripting.Core
xbuild Microsoft.Scriptiong.Core.csproj(patched .csproj use)


Target CoreCompile:
        Tool /usr/bin/gmcs execution started with arguments: /noconfig
/debug:full /delaysign+ /debug+ /optimize-
/out:obj//Debug/Microsoft.Scripting.Core.dll Actions/CallInfo.cs
Actions/CallSiteOps.cs Actions/InvokeMemberBinder.cs
Actions/BinaryOperationBinder.cs Actions/CallSite.cs Actions/CallSiteBinder.cs
Actions/CallSiteRule.cs Actions/CallSiteHelpers.cs Actions/ConvertBinder.cs
Actions/DeleteIndexBinder.cs Actions/DynamicObject.cs Actions/ExpandoObject.cs
Actions/ExpandoClass.cs Actions/GetIndexBinder.cs
Actions/CreateInstanceBinder.cs Actions/DeleteMemberBinder.cs
Actions/GetMemberBinder.cs Actions/IDynamicMetaObjectProvider.cs
Actions/InvokeBinder.cs Actions/DynamicMetaObject.cs
Actions/DynamicMetaObjectBinder.cs Actions/BindingRestrictions.cs
Actions/RuleCache.cs Actions/SetIndexBinder.cs Actions/SetMemberBinder.cs
Actions/SmallRuleSet.cs Ast/IArgumentProvider.cs Ast/ListArgumentProvider.cs
Compiler/ArgumentPrepender.cs Actions/UnaryOperationBinder.cs
Ast/ExpressionStringBuilder.cs Compiler/BoundConstants.cs
Ast/DebugInfoExpression.cs Ast/SymbolDocumentInfo.cs
Compiler/DelegateHelpers.cs Compiler/DelegateHelpers.Generated.cs
Ast/GotoExpression.cs Compiler/LabelInfo.cs Compiler/AnalyzedTree.cs
Compiler/RuntimeVariableList.cs Actions/UpdateDelegates.Generated.cs
Ast/DynamicExpression.cs Actions/AutoRuleTemplate.cs Ast/BinaryExpression.cs
Ast/BlockExpression.cs Ast/CatchBlock.cs Ast/ConditionalExpression.cs
Ast/ConstantExpression.cs Ast/DefaultExpression.cs Ast/ElementInit.cs
Ast/Expression.cs Ast/ExpressionType.cs Ast/IndexExpression.cs
Ast/InvocationExpression.cs Ast/LabelTarget.cs Ast/LabelExpression.cs
Ast/LambdaExpression.cs Ast/ListInitExpression.cs
Ast/RuntimeVariablesExpression.cs Ast/LoopExpression.cs Ast/MemberAssignment.cs
Ast/MemberBinding.cs Ast/MemberExpression.cs Ast/MemberInitExpression.cs
Ast/MemberListBinding.cs Ast/MemberMemberBinding.cs Ast/MethodCallExpression.cs
Ast/NewArrayExpression.cs Ast/NewExpression.cs Ast/ParameterExpression.cs
Ast/SwitchCase.cs Ast/SwitchExpression.cs Ast/TreeComparer.cs
Ast/TryExpression.cs Ast/TypeBinaryExpression.cs Ast/TypeUtils.cs
Ast/UnaryExpression.cs Compiler/Closure.cs Compiler/CompilerScope.Storage.cs
Compiler/CompilerScope.cs Compiler/ConstantCheck.cs
Compiler/ExpressionQuoter.cs Ast/ExpressionVisitor.cs Ast/ExpressionWriter.cs
Compiler/HoistedLocals.cs Compiler/KeyedQueue.cs
Compiler/LambdaCompiler.Address.cs Compiler/LambdaCompiler.Binary.cs
Compiler/LambdaCompiler.ControlFlow.cs Compiler/LambdaCompiler.Expressions.cs
Compiler/LambdaCompiler.Generated.cs Compiler/LambdaCompiler.Lambda.cs
Compiler/LambdaCompiler.Logical.cs Compiler/LambdaCompiler.Statements.cs
Compiler/LambdaCompiler.Unary.cs Compiler/LambdaCompiler.cs Compiler/Set.cs
Compiler/StackSpiller.Bindings.cs Compiler/StackSpiller.Generated.cs
Compiler/StackSpiller.Temps.cs Compiler/StackSpiller.cs
Compiler/VariableBinder.cs Compiler/AssemblyGen.cs Compiler/ILGen.cs
GlobalSuppressions.cs Properties/AssemblyInfo.cs Utils/Action.cs
Utils/CacheDict.cs Utils/CollectionExtensions.cs Utils/ContractUtils.cs
Utils/ExceptionFactory.Generated.cs Utils/Function.cs Utils/Helpers.cs
Utils/ReadOnlyCollectionBuilder.cs Utils/ReadOnlyDictionary.cs
Utils/ReferenceEqualityComparer.cs Utils/StrongBox.cs
Utils/TrueReadOnlyCollection.cs Utils/TypeExtensions.cs Stubs.cs
Utils/WeakUniqueSet.cs /target:library /warnaserror+ /unsafe+
/define:DEBUG;TRACE;MICROSOFT_SCRIPTING_CORE
/doc:../../Bin/Debug/Microsoft.Scripting.Core.xml
/reference:/usr/lib/mono/2.0/System.dll
/reference:/usr/lib/mono/2.0/System.Configuration.dll
/reference:/usr/lib/mono/2.0/System.Data.dll
/reference:/usr/lib/mono/2.0/System.Xml.dll
/reference:/home/hys545/work/ip/IronPython_Main/Bin/Debug//Microsoft.Scripting.ExtensionAttribute.dll
/warn:4
Actions/CallSiteRule.cs(127,23):   error CS1584:  XML comment on
`Microsoft.Runtime.CompilerServices.CallSiteRule<T>.Dump' has syntactically
incorrect cref attribute `CallSiteRule{T}'

//////////////

#if MICROSOFT_SCRIPTING_CORE
        /// <summary>
        /// Returns a string representation of the <see
cref="CallSiteRule{T}"/>.//Parsing Error
        /// </summary>
        public string Dump {
            get {
                using (System.IO.StringWriter writer = new
System.IO.StringWriter(CultureInfo.CurrentCulture)) {
                    ExpressionWriter.Dump(_binding, "Rule", writer);
                    return writer.ToString();
                }
            }
        }
#endif
    }
///////////

Reproducible: Always

Steps to Reproduce:
1.
2.
3.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list