[Mono-bugs] [Bug 52813][Nor] New - mcs cannot recompile assembly with circular reference when one assembly is deleted
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 13 Jan 2004 04:42:07 -0500 (EST)
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 jaak@zd.com.pl.
http://bugzilla.ximian.com/show_bug.cgi?id=52813
--- shadow/52813 2004-01-13 04:42:07.000000000 -0500
+++ shadow/52813.tmp.2211 2004-01-13 04:42:07.000000000 -0500
@@ -0,0 +1,42 @@
+Bug#: 52813
+Product: Mono/Compilers
+Version: unspecified
+OS: Fedora 1.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jaak@zd.com.pl
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mcs cannot recompile assembly with circular reference when one assembly is deleted
+
+Description of Problem:
+
+mcs cannot recompile assembly with circular reference when just-being-
+compiled-assembly is deleted before recompilation.
+
+Steps to reproduce the problem:
+Run "recompile.sh"
+
+Actual Results:
+error CS0006: Cannot find assembly `b.dll'
+
+Expected Results:
+Compilation succeeded.
+
+How often does this happen?
+Every time.
+
+Additional Information:
+
+This doesn't happen with CSC on Windows. Attached is a *.bat file that
+demonstrates this.
+
+Also when you comment out the "rm" line, the b.dll looks to compile just
+fine.