[Mono-bugs] [Bug 24290] Changed - Assembly attribute type resolved differently with different file order

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
7 May 2002 01:54: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 miguel@ximian.com.

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

--- shadow/24290	Mon May  6 11:50:53 2002
+++ shadow/24290.tmp.4746	Mon May  6 21:54:32 2002
@@ -1,14 +1,14 @@
 Bug#: 24290
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -36,6 +36,9 @@
 
 Fails:
 mcs assembly.cs main.cs
 ./assembly.cs(3) error CS0246: Cannot find type `AssemblyTitleAttribute'
 ./assembly.cs(3) error CS0246: Could not find attribute 'AssemblyTitle'
 (are you missing a using directive or an assembly reference ?)
+
+------- Additional Comments From miguel@ximian.com  2002-05-06 21:54 -------
+Fixed.  The bug was interesting.