зеркало из https://github.com/mono/mail-archives.git
85 строки
3.9 KiB
HTML
85 строки
3.9 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 75296][Blo] Changed - [GMCS] context from type
|
|
instead of method is used when parsing generic method invocation
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075296%5D%5BBlo%5D%20Changed%20-%20%5BGMCS%5D%20context%20from%20type%0A%09instead%20of%20method%20is%20used%20when%20parsing%20generic%20method%20invocation&In-Reply-To=bug-75296%40chernobyl.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="030660.html">
|
|
<LINK REL="Next" HREF="030662.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 75296][Blo] Changed - [GMCS] context from type
|
|
instead of method is used when parsing generic method invocation</H1>
|
|
<B>bugzilla-daemon at bugzilla.ximian.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075296%5D%5BBlo%5D%20Changed%20-%20%5BGMCS%5D%20context%20from%20type%0A%09instead%20of%20method%20is%20used%20when%20parsing%20generic%20method%20invocation&In-Reply-To=bug-75296%40chernobyl.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 75296][Blo] Changed - [GMCS] context from type
|
|
instead of method is used when parsing generic method invocation">bugzilla-daemon at bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Mon Jun 20 11:46:21 EDT 2005</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="030660.html">[Mono-bugs] [Bug 75296][Blo] Changed - [GMCS] context from type
|
|
instead of method is used when parsing generic method invocation
|
|
</A></li>
|
|
<LI>Next message: <A HREF="030662.html">[Mono-bugs] [Bug 75325][Wis] New - Graphics.DrawImage(Image,
|
|
PointF[]) wrong behaviour
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#30661">[ date ]</a>
|
|
<a href="thread.html#30661">[ thread ]</a>
|
|
<a href="subject.html#30661">[ subject ]</a>
|
|
<a href="author.html#30661">[ 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="http://lists.ximian.com/mailman/listinfo/mono-bugs">nazgul at omega.pl.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=75296">http://bugzilla.ximian.com/show_bug.cgi?id=75296</A>
|
|
|
|
--- shadow/75296 2005-06-20 11:43:54.000000000 -0400
|
|
+++ shadow/75296.tmp.16630 2005-06-20 11:46:21.000000000 -0400
|
|
@@ -78,6 +78,11 @@
|
|
Which probably isn't valid. Even if it is valid, the contex should
|
|
actually point to context -> gmethod -> container, which is a correct
|
|
context at this place.
|
|
|
|
I attach a little hack, which allowed me to go forward and workaround
|
|
the bug in some sense.
|
|
+
|
|
+------- Additional Comments From <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">nazgul at omega.pl</A> 2005-06-20 11:46 -------
|
|
+Created an attachment (id=15349)
|
|
+a workaround for incorrect context passed to method_from_methodspec
|
|
+
|
|
</PRE>
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="030660.html">[Mono-bugs] [Bug 75296][Blo] Changed - [GMCS] context from type
|
|
instead of method is used when parsing generic method invocation
|
|
</A></li>
|
|
<LI>Next message: <A HREF="030662.html">[Mono-bugs] [Bug 75325][Wis] New - Graphics.DrawImage(Image,
|
|
PointF[]) wrong behaviour
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#30661">[ date ]</a>
|
|
<a href="thread.html#30661">[ thread ]</a>
|
|
<a href="subject.html#30661">[ subject ]</a>
|
|
<a href="author.html#30661">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|