[Mono-bugs] [Bug 36621][Wis] Changed - mcs fails compiling (unsafe)
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Thu, 23 Jan 2003 12:05:53 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=36621
--- shadow/36621 Sun Jan 12 05:26:38 2003
+++ shadow/36621.tmp.3726 Thu Jan 23 12:05:53 2003
@@ -1,14 +1,14 @@
Bug#: 36621
Product: Mono/MCS
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -31,6 +31,12 @@
produces:
unsafe.cs(4) error CS0214: Pointers may only be used in an unsafe context
Compilation failed: 1 error(s), 0 warnings
while csc compiles it.
+
+------- Additional Comments From miguel@ximian.com 2003-01-23 12:05 -------
+Turns out that we do not have to check for unsafe-permission at field
+definition time, so I removed the check.
+
+A fix should be available on cvs shortly.