[Mono-bugs] [Bug 59343][Maj] Changed - regression: using statement with inner classes in referenced assemblies fails

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 31 May 2004 11:52:41 -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=59343

--- shadow/59343	2004-05-31 11:33:42.000000000 -0400
+++ shadow/59343.tmp.15312	2004-05-31 11:52:41.000000000 -0400
@@ -57,6 +57,16 @@
         in NamespaceEntry.VerifyUsing ()
         in Namespace.VerifyUsing ()
         in Driver.MainDriver (string[])
         in Driver.Main (string[])
 
 This is looking like a regression from me.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-05-31 11:52 -------
+If I trace on LookupTypeReflection, I get
+
+ENTER: Mono.CSharp.TypeManager:LookupTypeReflection
+(string)([STRING:0x87a1a78:Foo.Bar.Baz], )
+LEAVE: Mono.CSharp.TypeManager:LookupTypeReflection (string)[OBJECT:(nil)]
+
+That seems very, very wrong.
+