[Mono-bugs] [Bug 34768][Min] Changed - mcs compiles code that should advice of Error CS3005
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
18 Dec 2002 18:44:45 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=34768
--- shadow/34768 Sat Dec 7 14:48:04 2002
+++ shadow/34768.tmp.5057 Wed Dec 18 13:44:45 2002
@@ -65,6 +65,14 @@
------- Additional Comments From martin@ximian.com 2002-12-07 14:45 -------
Reassigning to default owner, setting priority to minor according to our priority rules (mcs doesn't report an error message).
------- Additional Comments From martin@ximian.com 2002-12-07 14:48 -------
Why were all these bugs UNCONFIRMED ?
+
+------- Additional Comments From martin@ximian.com 2002-12-18 13:44 -------
+This'll probably be hard to implement and it'll probably affect
+performance. The problem is how to find out that two identifiers
+only differ in case - maybe doing a case-insensitive search and if
+that fails doing a case-sensitive search - but that'd make this
+really slow.
+