[Mono-bugs] [Bug 56465][Wis] Changed - The argument to the IndexerName attribute must be a valid identifier

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 6 Apr 2004 00:35:57 -0400 (EDT)


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 bmaurer@users.sf.net.

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

--- shadow/56465	2004-04-05 23:37:44.000000000 -0400
+++ shadow/56465.tmp.9513	2004-04-06 00:35:57.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 56465
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
@@ -38,6 +38,12 @@
         valid identifier
 
 PEVerify gives errors on the exe we generate.
 
 ------- Additional Comments From miguel@ximian.com  2004-04-05 23:37 -------
 fixed.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-04-06 00:35 -------
+am reopening it because I know there are corner cases here ("", "\n",
+and "\0" are there quick examples).
+
+I will fix this.