[Mono-bugs] [Bug 76783][Nor] Changed - MCS regression: parameter
name missing from metadata
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Nov 21 21:57:26 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 miguel at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76783
--- shadow/76783 2005-11-21 20:28:53.000000000 -0500
+++ shadow/76783.tmp.32112 2005-11-21 21:57:26.000000000 -0500
@@ -2,21 +2,20 @@
Product: Mono: Compilers
Version: 1.1
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: robertj at gmx.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: MCS regression: parameter name missing from metadata
With SVN HEAD (mono > 1.1.10) MCS doesn't emit the
name of the implicit parameter of a property setter.
If the following code gets compiled with csc, mcs 1.1.10,
@@ -45,6 +44,9 @@
{
MethodInfo mi = typeof (Test).GetMethod ("set_Prop");
foreach (ParameterInfo p in mi.GetParameters ())
Console.WriteLine (p.Name);
}
}
+
+------- Additional Comments From miguel at ximian.com 2005-11-21 21:57 -------
+Maybe Marek knows what happened here.
More information about the mono-bugs
mailing list