зеркало из https://github.com/mono/mail-archives.git
145 строки
4.6 KiB
HTML
145 строки
4.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 439125] CS0309 with generic methods where constraints have generic parameters
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20439125%5D%20CS0309%20with%20generic%20methods%20where%0A%20constraints%20have%20generic%20parameters&In-Reply-To=bug-439125-28286%40https.bugzilla.novell.com/">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="086985.html">
|
|
<LINK REL="Next" HREF="086987.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 439125] CS0309 with generic methods where constraints have generic parameters</H1>
|
|
<B>bugzilla_noreply at novell.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20439125%5D%20CS0309%20with%20generic%20methods%20where%0A%20constraints%20have%20generic%20parameters&In-Reply-To=bug-439125-28286%40https.bugzilla.novell.com/"
|
|
TITLE="[Mono-bugs] [Bug 439125] CS0309 with generic methods where constraints have generic parameters">bugzilla_noreply at novell.com
|
|
</A><BR>
|
|
<I>Fri Mar 13 07:59:22 EDT 2009</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="086985.html">[Mono-bugs] [Bug 467834] mono_method_get_vtable_slot assertion when compiling Nemerle
|
|
</A></li>
|
|
<LI>Next message: <A HREF="086987.html">[Mono-bugs] [Bug 467221] asp.net security trimming / authorization not working
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#86986">[ date ]</a>
|
|
<a href="thread.html#86986">[ thread ]</a>
|
|
<a href="subject.html#86986">[ subject ]</a>
|
|
<a href="author.html#86986">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE><A HREF="https://bugzilla.novell.com/show_bug.cgi?id=439125">https://bugzilla.novell.com/show_bug.cgi?id=439125</A>
|
|
|
|
User <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">eugene.shalygin at gmail.com</A> added comment
|
|
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=439125#c3">https://bugzilla.novell.com/show_bug.cgi?id=439125#c3</A>
|
|
|
|
|
|
|
|
|
|
|
|
--- Comment #3 from Eugene Shalygin <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">eugene.shalygin at gmail.com</A>> 2009-03-13 05:59:20 MST ---
|
|
current svn version failed to compile this code and results in ICE:
|
|
$ mono gmcs.exe /home/eugene/Projects/test/test/Main.cs
|
|
|
|
Unhandled Exception: Mono.CSharp.InternalErrorException:
|
|
/home/eugene/Projects/test/test/Main.cs(24,16): test.Iint1 --->
|
|
Mono.CSharp.InternalErrorException: Parameters are not registered for method
|
|
`test.I<int>.Get'
|
|
at Mono.CSharp.TypeManager.GetParameterData (System.Reflection.MethodBase mb)
|
|
[0x00000]
|
|
at Mono.CSharp.PendingImplementation..ctor (Mono.CSharp.TypeContainer
|
|
container, .MissingInterfacesInfo[] missing_ifaces,
|
|
System.Collections.ArrayList abstract_methods, Int32 total) [0x00000]
|
|
at Mono.CSharp.PendingImplementation.GetPendingImplementations
|
|
(Mono.CSharp.TypeContainer container) [0x00000]
|
|
at Mono.CSharp.TypeContainer.DoDefineMembers () [0x00000]
|
|
at Mono.CSharp.TypeContainer.Define () [0x00000]
|
|
at Mono.CSharp.ClassOrStruct.Define () [0x00000]
|
|
at Mono.CSharp.RootContext.PopulateTypes () [0x00000]
|
|
--- End of inner exception stack trace ---
|
|
at Mono.CSharp.RootContext.PopulateTypes () [0x00000]
|
|
at Mono.CSharp.Driver.Compile () [0x00000]
|
|
at Mono.CSharp.Driver.Main (System.String[] args) [0x00000]
|
|
|
|
--
|
|
Configure bugmail: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
|
|
------- You are receiving this mail because: -------
|
|
You are the QA contact for the bug.
|
|
You are the assignee for the bug.
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="086985.html">[Mono-bugs] [Bug 467834] mono_method_get_vtable_slot assertion when compiling Nemerle
|
|
</A></li>
|
|
<LI>Next message: <A HREF="086987.html">[Mono-bugs] [Bug 467221] asp.net security trimming / authorization not working
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#86986">[ date ]</a>
|
|
<a href="thread.html#86986">[ thread ]</a>
|
|
<a href="subject.html#86986">[ subject ]</a>
|
|
<a href="author.html#86986">[ 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>
|