зеркало из https://github.com/mono/mail-archives.git
89 строки
3.4 KiB
HTML
89 строки
3.4 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||
|
<HTML>
|
||
|
<HEAD>
|
||
|
<TITLE> [Mono-bugs] [Bug 41975][Nor] Changed - Lookup failure, when namespace specified
|
||
|
</TITLE>
|
||
|
<LINK REL="Index" HREF="index.html" >
|
||
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40rocky.ximian.com">
|
||
|
<META NAME="robots" CONTENT="index,nofollow">
|
||
|
|
||
|
<LINK REL="Previous" HREF="006340.html">
|
||
|
<LINK REL="Next" HREF="006342.html">
|
||
|
</HEAD>
|
||
|
<BODY BGCOLOR="#ffffff">
|
||
|
<H1>[Mono-bugs] [Bug 41975][Nor] Changed - Lookup failure, when namespace specified
|
||
|
</H1>
|
||
|
<B>bugzilla-daemon@rocky.ximian.com
|
||
|
</B>
|
||
|
<A HREF="mailto:bugzilla-daemon%40rocky.ximian.com"
|
||
|
TITLE="[Mono-bugs] [Bug 41975][Nor] Changed - Lookup failure, when namespace specified">bugzilla-daemon@rocky.ximian.com
|
||
|
</A><BR>
|
||
|
<I>Sun, 13 Jul 2003 14:17:44 -0400 (EDT)</I>
|
||
|
<P><UL>
|
||
|
<LI> Previous message: <A HREF="006340.html">[Mono-bugs] [Bug 29374][Nor] Changed - infinite loop with marshal2.cs on ms runtime
|
||
|
</A></li>
|
||
|
<LI> Next message: <A HREF="006342.html">[Mono-bugs] [Bug 46220][Nor] New - Illegal by-ref params argument is accepted by compiler and runtime
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#6341">[ date ]</a>
|
||
|
<a href="thread.html#6341">[ thread ]</a>
|
||
|
<a href="subject.html#6341">[ subject ]</a>
|
||
|
<a href="author.html#6341">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
<HR>
|
||
|
<!--beginarticle-->
|
||
|
<PRE>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 <A HREF="mailto:martin@ximian.com.">martin@ximian.com.</A>
|
||
|
|
||
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=41975">http://bugzilla.ximian.com/show_bug.cgi?id=41975</A>
|
||
|
|
||
|
--- shadow/41975 Fri Jul 4 15:11:54 2003
|
||
|
+++ shadow/41975.tmp.27036 Sun Jul 13 14:17:44 2003
|
||
|
@@ -1,13 +1,13 @@
|
||
|
Bug#: 41975
|
||
|
Product: Mono/MCS
|
||
|
Version: unspecified
|
||
|
OS: unknown
|
||
|
OS Details:
|
||
|
-Status: ASSIGNED
|
||
|
-Resolution:
|
||
|
+Status: RESOLVED
|
||
|
+Resolution: FIXED
|
||
|
Severity: Unknown
|
||
|
Priority: Normal
|
||
|
Component: Misc
|
||
|
AssignedTo: <A HREF="mailto:martin@ximian.com">martin@ximian.com</A>
|
||
|
ReportedBy: <A HREF="mailto:miguel@ximian.com">miguel@ximian.com</A>
|
||
|
QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
||
|
@@ -33,6 +33,9 @@
|
||
|
}
|
||
|
}
|
||
|
|
||
|
Part of the problem is that MemberAccess is not doing a check for the first
|
||
|
X being a namespace. So it applies the `using' rule, which gets a match
|
||
|
for type X.X. Then it tries to lookup member "X" inside the resulting type.
|
||
|
+
|
||
|
+------- Additional Comments From <A HREF="mailto:martin@ximian.com">martin@ximian.com</A> 2003-07-13 14:17 -------
|
||
|
+Fixed in CVS.
|
||
|
|
||
|
</PRE>
|
||
|
<!--endarticle-->
|
||
|
<HR>
|
||
|
<P><UL>
|
||
|
<!--threads-->
|
||
|
<LI> Previous message: <A HREF="006340.html">[Mono-bugs] [Bug 29374][Nor] Changed - infinite loop with marshal2.cs on ms runtime
|
||
|
</A></li>
|
||
|
<LI> Next message: <A HREF="006342.html">[Mono-bugs] [Bug 46220][Nor] New - Illegal by-ref params argument is accepted by compiler and runtime
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#6341">[ date ]</a>
|
||
|
<a href="thread.html#6341">[ thread ]</a>
|
||
|
<a href="subject.html#6341">[ subject ]</a>
|
||
|
<a href="author.html#6341">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
</body></html>
|