зеркало из https://github.com/mono/mail-archives.git
116 строки
4.6 KiB
HTML
116 строки
4.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 75160][Nor] New - Partial classes require
|
|
file-level compilation order
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075160%5D%5BNor%5D%20New%20-%20Partial%20classes%20require%0A%09file-level%20compilation%20order&In-Reply-To=bug-75160%40chernobyl.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="030060.html">
|
|
<LINK REL="Next" HREF="030062.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 75160][Nor] New - Partial classes require
|
|
file-level compilation order</H1>
|
|
<B>bugzilla-daemon at bugzilla.ximian.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075160%5D%5BNor%5D%20New%20-%20Partial%20classes%20require%0A%09file-level%20compilation%20order&In-Reply-To=bug-75160%40chernobyl.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 75160][Nor] New - Partial classes require
|
|
file-level compilation order">bugzilla-daemon at bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Sun Jun 5 06:56:41 EDT 2005</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="030060.html">[Mono-bugs] [Bug 65484][Nor] Changed - [PATCH] Mono.GetOptions does
|
|
not support quoted arguments in response file
|
|
</A></li>
|
|
<LI>Next message: <A HREF="030062.html">[Mono-bugs] [Bug 75160][Nor] Changed - Partial classes require
|
|
file-level compilation order
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#30061">[ date ]</a>
|
|
<a href="thread.html#30061">[ thread ]</a>
|
|
<a href="subject.html#30061">[ subject ]</a>
|
|
<a href="author.html#30061">[ 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="http://lists.ximian.com/mailman/listinfo/mono-bugs">itaibh at hotmail.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=75160">http://bugzilla.ximian.com/show_bug.cgi?id=75160</A>
|
|
|
|
--- shadow/75160 2005-06-05 06:56:41.000000000 -0400
|
|
+++ shadow/75160.tmp.18925 2005-06-05 06:56:41.000000000 -0400
|
|
@@ -0,0 +1,42 @@
|
|
+Bug#: 75160
|
|
+Product: Mono: Compilers
|
|
+Version: 1.1
|
|
+OS: GNU/Linux [Other]
|
|
+OS Details:
|
|
+Status: NEW
|
|
+Resolution:
|
|
+Severity:
|
|
+Priority: Normal
|
|
+Component: C#
|
|
+AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
|
|
+ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">itaibh at hotmail.com</A>
|
|
+QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
|
|
+TargetMilestone: ---
|
|
+URL:
|
|
+Cc:
|
|
+Summary: Partial classes require file-level compilation order
|
|
+
|
|
+Please fill in this template when reporting a bug, unless you know what
|
|
+you are doing.
|
|
+Description of Problem:
|
|
+Compilation of couple of files that include partial classes and
|
|
+inheritance requires a certain order of the files.
|
|
+
|
|
+Steps to reproduce the problem:
|
|
+1. Compile the two attached files to a library in a certain file order.
|
|
+ (mcs -t:library File1.cs File2.cs)
|
|
+2. Compile again in reversed file order.
|
|
+ (mcs -t:library File2.cs File1.cs)
|
|
+
|
|
+Actual Results:
|
|
+In one order the library compiles perfectly. In the other order errors
|
|
+occurs (4 sets of CS0246 and CS0182) relating unknown classes and
|
|
+attribute usage.
|
|
+
|
|
+Expected Results:
|
|
+Clean compilation on both orders.
|
|
+
|
|
+How often does this happen?
|
|
+Constantly, even on gmcs (except that the errors are scarrier on gmcs)
|
|
+
|
|
+Additional Information:
|
|
</PRE>
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="030060.html">[Mono-bugs] [Bug 65484][Nor] Changed - [PATCH] Mono.GetOptions does
|
|
not support quoted arguments in response file
|
|
</A></li>
|
|
<LI>Next message: <A HREF="030062.html">[Mono-bugs] [Bug 75160][Nor] Changed - Partial classes require
|
|
file-level compilation order
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#30061">[ date ]</a>
|
|
<a href="thread.html#30061">[ thread ]</a>
|
|
<a href="subject.html#30061">[ subject ]</a>
|
|
<a href="author.html#30061">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|