[Mono-bugs] [Bug 71651][Nor] Changed - Security attributes exceptions aren't catch by mcs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 25 Jan 2005 05:42:28 -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 marek.safar@seznam.cz.

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

--- shadow/71651	2005-01-24 04:05:43.000000000 -0500
+++ shadow/71651.tmp.27664	2005-01-25 05:42:28.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 71651
 Product: Mono: Compilers
 Version: 1.1
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: marek.safar@seznam.cz                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -75,6 +75,9 @@
 Additional Information:
 * The sample code compile correctly under Windows because the path is valid
 (for Windows). Changing the path to an invalid (windows) path, like "\\"
 would result in error CS0647.
 * This doesn't affect GMCS (or NET_2_0) as the attribute isn't evaluated by
 the compiler but only stored in the metadata.
+
+------- Additional Comments From marek.safar@seznam.cz  2005-01-25 05:42 -------
+Fixed in SVN