зеркало из https://github.com/mono/mail-archives.git
94 строки
3.6 KiB
HTML
94 строки
3.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 53049][Nor] Changed - ilasm miscompiles testcase
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="017469.html">
|
|
<LINK REL="Next" HREF="017471.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 53049][Nor] Changed - ilasm miscompiles testcase
|
|
</H1>
|
|
<B>bugzilla-daemon@bugzilla.ximian.com
|
|
</B>
|
|
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 53049][Nor] Changed - ilasm miscompiles testcase">bugzilla-daemon@bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Wed, 16 Jun 2004 12:55:13 -0400 (EDT)</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="017469.html">[Mono-bugs] [Bug 60297][Cos] New - programs using Windows.Forms compiled with Mono Beta 3 fail to exec
|
|
</A></li>
|
|
<LI> Next message: <A HREF="017471.html">[Mono-bugs] [Bug 60297][Cos] Changed - programs using Windows.Forms compiled with Mono Beta 3 fail to exec
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#17470">[ date ]</a>
|
|
<a href="thread.html#17470">[ thread ]</a>
|
|
<a href="subject.html#17470">[ subject ]</a>
|
|
<a href="author.html#17470">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <A HREF="mailto:jackson@ximian.com.">jackson@ximian.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=53049">http://bugzilla.ximian.com/show_bug.cgi?id=53049</A>
|
|
|
|
--- shadow/53049 2004-05-21 02:55:14.000000000 -0400
|
|
+++ shadow/53049.tmp.8533 2004-06-16 12:55:12.000000000 -0400
|
|
@@ -1,13 +1,13 @@
|
|
Bug#: 53049
|
|
Product: Mono: Compilers
|
|
Version: unspecified
|
|
OS: unknown
|
|
OS Details:
|
|
-Status: NEW
|
|
-Resolution:
|
|
+Status: RESOLVED
|
|
+Resolution: FIXED
|
|
Severity: Unknown
|
|
Priority: Normal
|
|
Component: IL assembler
|
|
AssignedTo: <A HREF="mailto:jackson@ximian.com">jackson@ximian.com</A>
|
|
ReportedBy: <A HREF="mailto:vargaz@freemail.hu">vargaz@freemail.hu</A>
|
|
QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
@@ -24,6 +24,14 @@
|
|
and 'Nemerle.Func1'. However, in the compiled assembly, the class does not
|
|
implement these interfaces:
|
|
|
|
.class nested assemblyauto ansi '_N_lm_f_400'
|
|
extends [mscorlib]System.Object
|
|
{
|
|
+
|
|
+------- Additional Comments From <A HREF="mailto:jackson@ximian.com">jackson@ximian.com</A> 2004-06-16 12:55 -------
|
|
+I just tried to duplicate and this looks fixed. Not exactly sure when
|
|
+but we now get:
|
|
+
|
|
+.class nested assemblyauto ansi '_N_lm_f_400'
|
|
+ extends [mscorlib]System.Object
|
|
+ implements Nemerle.Fun2, Nemerle.Func1 {
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="017469.html">[Mono-bugs] [Bug 60297][Cos] New - programs using Windows.Forms compiled with Mono Beta 3 fail to exec
|
|
</A></li>
|
|
<LI> Next message: <A HREF="017471.html">[Mono-bugs] [Bug 60297][Cos] Changed - programs using Windows.Forms compiled with Mono Beta 3 fail to exec
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#17470">[ date ]</a>
|
|
<a href="thread.html#17470">[ thread ]</a>
|
|
<a href="subject.html#17470">[ subject ]</a>
|
|
<a href="author.html#17470">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|