[Mono-bugs] [Bug 55919][Nor] Changed - [PATCH] Assembly version for references to system assemblies hard coded to 1.0.3300.0

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 8 Apr 2004 16:07:55 -0400 (EDT)


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 sebastien@ximian.com.

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

--- shadow/55919	2004-03-27 17:58:09.000000000 -0500
+++ shadow/55919.tmp.13294	2004-04-08 16:07:55.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 55919
 Product: Mono: Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: INVALID
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: sebastien@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
@@ -65,6 +65,15 @@
 aren't strongnamed.
 
 ------- Additional Comments From sebastien@ximian.com  2004-03-27 17:58 -------
 The patch is ok - I had another process which (but shouldn't) was
 taking  way to much CPU and memory so compilation look like stalled.
 Killing that process fixed it :)
+
+------- Additional Comments From sebastien@ximian.com  2004-04-08 16:07 -------
+The "hardcoded-always-used" bug cannot be reproduced as of today
+(april 8, 2004). Note that complete resolution still depends on 55563.
+
+This means that the autodetect functionality in reflection.c is
+working and that the information in the referenced strongnamed
+assemblies (even delay-signed) will be used (in lieu of the hardcoded
+information) when available.