[Mono-bugs] [Bug 71058][Nor] Changed - mcs doesn't warn about [Obsolete] properties from other assemblies

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 10 Jan 2005 04:59:42 -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 marek.safar@seznam.cz.

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

--- shadow/71058	2005-01-07 04:18:49.000000000 -0500
+++ shadow/71058.tmp.24561	2005-01-10 04:59:42.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 71058
 Product: Mono: Compilers
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: marek.safar@seznam.cz                            
 ReportedBy: danw@novell.com               
 QAContact: mono-bugs@ximian.com
@@ -50,6 +50,9 @@
 danw@twelve-monkeys:tmp> cat oblib.cs obtest.cs > obtest2.cs
 danw@twelve-monkeys:tmp> mcs -o obtest2.exe obtest2.cs
 obtest2.cs(14) warning CS0612: 'Foo.DoSomething()' is obsolete
 obtest2.cs(15) warning CS0612: 'Foo.Bar' is obsolete
 Compilation succeeded - 2 warning(s)
 danw@twelve-monkeys:tmp>
+
+------- Additional Comments From marek.safar@seznam.cz  2005-01-10 04:59 -------
+Fixed in SVN