[Mono-bugs] [Bug 35461][Min] Changed - Miss. warn(4) CS0078: l and 1 can easily be confused
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
19 Dec 2002 21:42:14 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=35461
--- shadow/35461 Wed Dec 18 13:54:26 2002
+++ shadow/35461.tmp.23274 Thu Dec 19 16:42:14 2002
@@ -1,12 +1,12 @@
Bug#: 35461
Product: Mono/MCS
Version: unspecified
OS: GNU/Linux [Other]
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Minor
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: bugbuddy-import@ximian.com
@@ -60,7 +60,17 @@
------- Additional Comments From martin@ximian.com 2002-12-18 13:54 -------
Same as bug #34768 - it'll probably affect performance since and I'm
not sure when to report this warning: only if the `l' or `1' is at
the end of an identifier or always if two identifiers are just
differing by an `l' and a `1' ?
+
+
+------- Additional Comments From miguel@ximian.com 2002-12-19 16:42 -------
+We already report error 78, and it only applies to numbers, it does
+not apply to identifiers (at least on .NET 1.0).
+
+Can you confirm if this is a *real* problem? Because it seems like
+this error test is bogus, it is only report to tell things like:
+
+10l from 101 appart. Not for identifiers.