mail-archives/mono-bugs/2009-November/094977.html

164 строки
3.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 551623] &quot;Attempting to JIT compile method&quot; When Using Expressions
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20551623%5D%20%22Attempting%20to%20JIT%20compile%20method%22%20When%0A%20Using%20Expressions&In-Reply-To=bug-551623-28286%40http.bugzilla.novell.com/">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="095344.html">
<LINK REL="Next" HREF="094978.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 551623] &quot;Attempting to JIT compile method&quot; When Using Expressions</H1>
<B>bugzilla_noreply at novell.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20551623%5D%20%22Attempting%20to%20JIT%20compile%20method%22%20When%0A%20Using%20Expressions&In-Reply-To=bug-551623-28286%40http.bugzilla.novell.com/"
TITLE="[Mono-bugs] [Bug 551623] &quot;Attempting to JIT compile method&quot; When Using Expressions">bugzilla_noreply at novell.com
</A><BR>
<I>Fri Nov 13 19:26:16 EST 2009</I>
<P><UL>
<LI>Previous message: <A HREF="095344.html">[Mono-bugs] [Bug 555464] reflection.c:2609:get_field_on_inst_generic_type: assertion
</A></li>
<LI>Next message: <A HREF="094978.html">[Mono-bugs] [Bug 551623] &quot;Attempting to JIT compile method&quot; When Using Expressions
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#94977">[ date ]</a>
<a href="thread.html#94977">[ thread ]</a>
<a href="subject.html#94977">[ subject ]</a>
<a href="author.html#94977">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE><A HREF="http://bugzilla.novell.com/show_bug.cgi?id=551623">http://bugzilla.novell.com/show_bug.cgi?id=551623</A>
User <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">tscott at lunaversesoftware.com</A> added comment
<A HREF="http://bugzilla.novell.com/show_bug.cgi?id=551623#c6">http://bugzilla.novell.com/show_bug.cgi?id=551623#c6</A>
--- Comment #6 from Tim Scott &lt;<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">tscott at lunaversesoftware.com</A>&gt; 2009-11-13 17:26:08 MST ---
A couple of things I have noticed.
First, it does not matter whether you specify the generic param on Property.
That is, both too:
Map.Entity&lt;Foo&gt;().Property(x =&gt; x.Int)
Map.Entity&lt;Foo&gt;().Property&lt;int&gt;(x =&gt; x.Int)
Second, have you noticed that this one does not fail?
Map.Entity&lt;Foo&gt;().Property(x =&gt; x.String)
That seems like an important clue.
--
Configure bugmail: <A HREF="http://bugzilla.novell.com/userprefs.cgi?tab=email">http://bugzilla.novell.com/userprefs.cgi?tab=email</A>
------- You are receiving this mail because: -------
You are the QA contact for the bug.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="095344.html">[Mono-bugs] [Bug 555464] reflection.c:2609:get_field_on_inst_generic_type: assertion
</A></li>
<LI>Next message: <A HREF="094978.html">[Mono-bugs] [Bug 551623] &quot;Attempting to JIT compile method&quot; When Using Expressions
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#94977">[ date ]</a>
<a href="thread.html#94977">[ thread ]</a>
<a href="subject.html#94977">[ subject ]</a>
<a href="author.html#94977">[ 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>