зеркало из https://github.com/mono/mail-archives.git
160 строки
4.1 KiB
HTML
160 строки
4.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 645232] New: CLS compliance check crashes compiler for generic types using dynamic
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20645232%5D%20New%3A%20CLS%20compliance%20check%20crashes%20compiler%0A%20for%20generic%20types%20using%20dynamic&In-Reply-To=">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="104698.html">
|
|
<LINK REL="Next" HREF="104700.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 645232] New: CLS compliance check crashes compiler for generic types using dynamic</H1>
|
|
<B>bugzilla_noreply at novell.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20645232%5D%20New%3A%20CLS%20compliance%20check%20crashes%20compiler%0A%20for%20generic%20types%20using%20dynamic&In-Reply-To="
|
|
TITLE="[Mono-bugs] [Bug 645232] New: CLS compliance check crashes compiler for generic types using dynamic">bugzilla_noreply at novell.com
|
|
</A><BR>
|
|
<I>Sun Oct 10 07:55:26 EDT 2010</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="104698.html">[Mono-bugs] [Bug 645218] Invoking enumerables
|
|
</A></li>
|
|
<LI>Next message: <A HREF="104700.html">[Mono-bugs] [Bug 645232] CLS compliance check crashes compiler for generic types using dynamic
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#104699">[ date ]</a>
|
|
<a href="thread.html#104699">[ thread ]</a>
|
|
<a href="subject.html#104699">[ subject ]</a>
|
|
<a href="author.html#104699">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>
|
|
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=645232">https://bugzilla.novell.com/show_bug.cgi?id=645232</A>
|
|
|
|
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=645232#c0">https://bugzilla.novell.com/show_bug.cgi?id=645232#c0</A>
|
|
|
|
|
|
Summary: CLS compliance check crashes compiler for generic
|
|
types using dynamic
|
|
Classification: Mono
|
|
Product: Mono: Compilers
|
|
Version: SVN
|
|
Platform: x86-64
|
|
OS/Version: Linux
|
|
Status: NEW
|
|
Severity: Major
|
|
Priority: P5 - None
|
|
Component: C#
|
|
AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
|
|
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono at e-tobi.net</A>
|
|
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
|
|
Found By: ---
|
|
Blocker: ---
|
|
|
|
|
|
The following code will crash dmcs:
|
|
|
|
using System;
|
|
using System.Collections.Generic;
|
|
|
|
[assembly:CLSCompliant(true)]
|
|
|
|
public class A
|
|
{
|
|
public static void Main ()
|
|
{
|
|
}
|
|
|
|
public void CLSCompliantMethod (IEnumerable<dynamic> parameter)
|
|
{
|
|
}
|
|
}
|
|
|
|
--
|
|
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="104698.html">[Mono-bugs] [Bug 645218] Invoking enumerables
|
|
</A></li>
|
|
<LI>Next message: <A HREF="104700.html">[Mono-bugs] [Bug 645232] CLS compliance check crashes compiler for generic types using dynamic
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#104699">[ date ]</a>
|
|
<a href="thread.html#104699">[ thread ]</a>
|
|
<a href="subject.html#104699">[ subject ]</a>
|
|
<a href="author.html#104699">[ 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>
|