[Mono-bugs] [Bug 21090] Changed - 'string' can't be used to invoke static members of 'System.String'
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
2 Mar 2002 00:07:32 -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 ravi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=21090
--- shadow/21090 Fri Mar 1 18:20:54 2002
+++ shadow/21090.tmp.18146 Fri Mar 1 19:07:31 2002
@@ -1,13 +1,13 @@
Bug#: 21090
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: f_ai@hotmail.com
QAContact: mono-bugs@ximian.com
@@ -47,6 +47,9 @@
"string.Format" is 'System.String.Format' as a SimpleName, but the
Resolve process fails to identify this as a method 'Format' in the
class 'System.String'.
If the 'member_access' clause 'predefined_type DOT IDENTIFIER'
creates a 'MemberAccess' and not a SimpleName it seems to work.
+
+------- Additional Comments From ravi@ximian.com 2002-03-01 19:07 -------
+Fixed in CVS. Thanks for the suggestion - it works very nicely :-)