[Mono-bugs] [Bug 74374][Wis] New - Patch for monodis to output forward declarations for classes

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 4 Apr 2005 11:22:38 -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 radical@gmail.com.

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

--- shadow/74374	2005-04-04 11:22:38.000000000 -0400
+++ shadow/74374.tmp.25838	2005-04-04 11:22:38.000000000 -0400
@@ -0,0 +1,29 @@
+Bug#: 74374
+Product: Mono: Tools
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: tools
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: radical@gmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Patch for monodis to output forward declarations for classes
+
+Attached patch "outputs" forward declarations for classes
+Eg.
+
+.namespace Microsoft.VisualBasic.CompilerServices
+{
+  .class interface public auto ansi abstract IVbHost
+  {
+  } // end of class Microsoft.VisualBasic.CompilerServices.IVbHost
+}
+
+Fwd decls for all classes before start of the actual class definitions.