[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:33:42 -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 07:18:38.000000000 -0400
+++ shadow/59343.tmp.15155 2004-05-31 11:33:42.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 59343
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: vladimir@pobox.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -45,6 +45,18 @@
vladimir@tornado[1133]% mcs ns.cs /r:ns0.dll
ns.cs(2) error CS0246: The namespace `Foo.Bar.Baz.Inner' can not be found
(missing assembly reference?)
Compilation failed: 1 error(s), 0 warnings
compiles fine with csc as well.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-05-31 11:33 -------
+[benm@Ben benm]$ mono /devel/mcs/mcs/mcs.exe /r:t.dll tt.cs --stacktrace
+tt.cs(1) error CS0246: The namespace `Foo.Bar.Baz.Inner' can not be
+found (missing assembly reference?)
+ in NamespaceEntry.error246 (Mono.CSharp.Location, string)
+ in NamespaceEntry.VerifyUsing ()
+ in Namespace.VerifyUsing ()
+ in Driver.MainDriver (string[])
+ in Driver.Main (string[])
+
+This is looking like a regression from me.