[Mono-bugs] [Bug 52502][Wis] Changed - We do not report CS0134

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 25 Dec 2003 17:43:36 -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 bmaurer@users.sf.net.

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

--- shadow/52502	2003-12-25 17:17:32.000000000 -0500
+++ shadow/52502.tmp.2868	2003-12-25 17:43:36.000000000 -0500
@@ -43,6 +43,17 @@
 This version implements it in the parser, a cleaner impl IMHO. Most of
 the credit goes to the other Ben.
 
 ------- Additional Comments From miguel@ximian.com  2003-12-25 17:17 -------
 Am not sure if we should implement this, I remember seeing in the spec
 it was allowed.  Can we double check?  (dont have the spec here).
+
+------- Additional Comments From bmaurer@users.sf.net  2003-12-25 17:43 -------
+csc will not compile it, so we should not. If we did, someone might
+check something into cvs that would not compile on csc. It is clearly
+not a bug in their impl, they went to the effort to create an error
+message, reserve an error number, document the error number, etc. 
+
+I can't find any spec references that explictly prohibit this
+behavior, however nothing in the spec specifies this case. Can you
+talk to the Microsoft guys about their rationale? I can't figure out
+why they would reject such a decl.