[Mono-bugs] [Bug 24144] New - --recurse does not work

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
2 May 2002 23:34:02 -0000


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 joe@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=24144

--- shadow/24144	Thu May  2 19:34:02 2002
+++ shadow/24144.tmp.15098	Thu May  2 19:34:02 2002
@@ -0,0 +1,24 @@
+Bug#: 24144
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: joe@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: --recurse does not work
+
+The --recurse option does not seem to actually recurse.
+
+To test, create a file with class A and put it in the directory
+level1/level2.  Create a file with class B deriving from class A and put it
+in the directory level1.  Then run the compiler with --recurse *.cs in
+level1.  You'll get a "Can not find type `A`" because it's not being pulled in.