[Mono-bugs] [Bug 61860][Maj] Changed - Regresssion: pack-layout.exe failing
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 23 Jul 2004 02:11:06 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61860
--- shadow/61860 2004-07-23 02:07:43.000000000 -0400
+++ shadow/61860.tmp.17154 2004-07-23 02:11:06.000000000 -0400
@@ -10,13 +10,12 @@
Component: misc
AssignedTo: martin@ximian.com
ReportedBy: duncan@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Regresssion: pack-layout.exe failing
The pack-layput.exe test has been failing.
If I revert this patch,
http://lists.ximian.com/archives/public/mono-patches/2004-July/043501.html,
@@ -58,6 +57,11 @@
This is only affection the HEAD branch, as the patch did not land in the
mono-1-0 branch.
------- Additional Comments From bmaurer@users.sf.net 2004-07-22 19:00 -------
NB: since the constant is public, the solution must involve it being
changed back to 0.
+
+------- Additional Comments From martin@ximian.com 2004-07-23 02:11 -------
+But then you must first change to runtime so you won't emit .size 0
+.pack 0 for an AutoLayout struct, since that's no longer allowed on
+the latest .NET (or was it ever allowed?).