[Mono-bugs] [Bug 57602][Wis] Changed - Mono major assembly loader issues

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 26 Apr 2004 09:26:20 -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 bmaurer@users.sf.net.

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

--- shadow/57602	2004-04-26 06:26:27.000000000 -0400
+++ shadow/57602.tmp.30396	2004-04-26 09:26:20.000000000 -0400
@@ -3,13 +3,13 @@
 Version: unspecified
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Blocker
+Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -126,6 +126,19 @@
 (because of issue 1).
 
 ------- Additional Comments From gert.driesen@pandora.be  2004-04-25 03:28 -------
 Created an attachment (id=7485)
 repro for both issues
 
+
+------- Additional Comments From bmaurer@users.sf.net  2004-04-26 09:26 -------
+Dude, one bugzilla per bug *PLEASE*.
+
+With the way our compiler works, I doubt the compilation `issue' will 
+ever get fixed. The issue is that we have to query for all the 
+methods in any class we use. So, if we have to query for a method in 
+a.dll which references a type in b.dll, if b.dll is not loaded, we 
+would have to search for it. So that issue is probably a WONTFIX. You 
+can ask Miguel though...
+
+The configuration issue looks alot easier to fix, why dont you file 
+that as a sperate bug report.