[Mono-bugs] [Bug 32220][Nor] Changed - unsafe context not detected correctly with delegates

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
19 Oct 2002 19:46:27 -0000


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@ximian.com.

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

--- shadow/32220	Sun Oct 13 05:46:24 2002
+++ shadow/32220.tmp.1230	Sat Oct 19 15:46:27 2002
@@ -1,14 +1,14 @@
 Bug#: 32220
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vladimir@pobox.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -38,6 +38,9 @@
 Compiles with no complaints with mcs /unsafe.  With csc, gives:
 
 t15.cs(13,30): error CS0214: Pointers may only be used in an unsafe context
 
 FooFunc/FooDelegate both use pointers, but it's not being detected in the
 delegate creation.
+
+------- Additional Comments From miguel@ximian.com  2002-10-19 15:46 -------
+Thanks for the report, we now chekc this as well.