[Mono-bugs] [Bug 624661] New: dmcs fails to parse generic form in xml docs

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jul 22 08:28:43 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=624661

http://bugzilla.novell.com/show_bug.cgi?id=624661#c0


           Summary: dmcs fails to parse generic form in xml docs
    Classification: Mono
           Product: Mono: Compilers
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: C#
        AssignedTo: msafar at novell.com
        ReportedBy: jbevain at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


Repro:

<<<<<
using System;

namespace System.Linq.Expressions {

    class Program {

        /// <summary>
        /// Defines a <see cref="Expression{TDelegate}"/> node.
        /// </summary>
        public static void Main ()
        {
        }
    }
}
<<<<<

It fails on Expression{TDelegate} which most probably expresses
Expression<TDelegate>.

Blocks IronRuby 1.1 compilation which is built as warnaserror.

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


More information about the mono-bugs mailing list