[Mono-bugs] [Bug 26204][Nor] Changed - ILGenerator.Emit (OpCodes.Call) must check ReflectedType

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 19 Feb 2005 17:51:11 -0500 (EST)


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 efren.serra.ctr@metnet.navy.mil.

http://bugzilla.ximian.com/show_bug.cgi?id=26204

--- shadow/26204	2005-02-16 20:31:14.000000000 -0500
+++ shadow/26204.tmp.11762	2005-02-19 17:51:10.000000000 -0500
@@ -10,12 +10,13 @@
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
+Cc: efren.serra.ctr@metnet.navy.mil,miguel@ximian.com
 Summary: ILGenerator.Emit (OpCodes.Call) must check ReflectedType
 BugsThisDependsOn: 52594
 OtherBugsDependingOnThis: 52586[FIXED]
 
 This bug was posted by Jeroen Frijters" <mono@jeroen.nu> on mono-list.
 If you compile the attached files, like this:
@@ -330,6 +331,12 @@
 [mscorlib]System.String::Concat(string, string)
         IL_0010:  ret
     } // end
 ...
 }
 
+
+------- Additional Comments From efren.serra.ctr@metnet.navy.mil  2005-02-19 17:51 -------
+Miguel,
+
+I was wondering the state of this bug; also, please look at the last 
+comment.