[Mono-bugs] [Bug 56621][Nor] Changed - MS AssemblyBuilder doesn't build delay-signed assemblies

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 13 Aug 2004 10:45:30 -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=56621

--- shadow/56621	2004-08-13 10:18:49.000000000 -0400
+++ shadow/56621.tmp.4158	2004-08-13 10:45:30.000000000 -0400
@@ -92,6 +92,14 @@
 the class library).
 
 The fixes to the class library shouldn't change the MCS patch (as it
 works under MS runtime) so it can be reviewed separately.
 
 I'll update this bug report when the fixes are commited to CVS.
+
+------- Additional Comments From sebastien@ximian.com  2004-08-13 10:45 -------
+System.Reflection.Emit.AssemblyBuilder has been fixed and commited (to
+both MONO_1_0 and HEAD).
+
+However as we are changing how we delay-sign assemblies there is a
+slight risk of breaking the contributor's build IF mcs is updated
+before corlib (but not if corlib is updated before mcs).