[Mono-bugs] [Bug 76995][Nor] Changed - extern alias lookup fails
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Dec 17 05:48:29 EST 2005
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 calberto.cortez at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76995
--- shadow/76995 2005-12-17 02:11:58.000000000 -0500
+++ shadow/76995.tmp.9695 2005-12-17 05:48:29.000000000 -0500
@@ -80,6 +80,12 @@
Carlos, the patch looks good.
However, it would be nicer to avoid the additional Hashtable. Maybe
introduce an extern_aliases field, that's shared between the entry and
it's doppelganger (preferably make it a ListDictionary)
+
+------- Additional Comments From calberto.cortez at gmail.com 2005-12-17 05:48 -------
+The patch with hari's suggestions is added. I kept adding the external
+aliases to NamespaceEntry.aliases, since having there them simplifies
+the things (and the overhead of having them in both aliases and
+extern_aliases doesn't exist)
More information about the mono-bugs
mailing list