[Mono-bugs] [Bug 72852][Wis] Changed - mcs fails to lookup methods with `final virtual` modifiers
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Feb 2005 04:08:11 -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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72852
--- shadow/72852 2005-02-23 12:23:48.000000000 -0500
+++ shadow/72852.tmp.31348 2005-02-24 04:08:11.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 72852
Product: Mono: Compilers
Version: 1.0
OS: unknown
OS Details: Mandrake 10.1, mono 1.1.4.20040221svn
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: WONTFIX
Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: nazgul@omega.pl
QAContact: mono-bugs@ximian.com
@@ -117,6 +117,16 @@
------- Additional Comments From nazgul@omega.pl 2005-02-23 12:23 -------
I found this: http://bugzilla.ximian.com/show_bug.cgi?id=21559
Probably this bug should be closed as NOTABUG. But if mcs could easily
handle "broken" methods in lookup, then probably it should be fixed.
+
+------- Additional Comments From rharinath@novell.com 2005-02-24 04:08 -------
+It will require some non-trivial amount of work, albeit obvious, but
+it will impact the readability of the code, esp. wrt figuring out its
+correspondance to the standard.
+
+I think this will be a WONTFIX, unless there is a lot of code that
+depends on these semantics. From what I can make out, you can't get
+into this situation by using C# -- which makes it unlikely, IMHO.
+