зеркало из https://github.com/mono/mail-archives.git
102 строки
4.0 KiB
HTML
102 строки
4.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 593628] Attempting to JIT compile method Cols.Where(c => !c.Hidden).Sum(c => c.Width)
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20593628%5D%20Attempting%20to%20JIT%20compile%20method%0A%20Cols.Where%28c%20%3D%3E%20%21c.Hidden%29.Sum%28c%20%3D%3E%20c.Width%29&In-Reply-To=bug-593628-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="098842.html">
|
|
<LINK REL="Next" HREF="098844.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 593628] Attempting to JIT compile method Cols.Where(c => !c.Hidden).Sum(c => c.Width)</H1>
|
|
<B>bugzilla_noreply at novell.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20593628%5D%20Attempting%20to%20JIT%20compile%20method%0A%20Cols.Where%28c%20%3D%3E%20%21c.Hidden%29.Sum%28c%20%3D%3E%20c.Width%29&In-Reply-To=bug-593628-28286%40http.bugzilla.novell.com/"
|
|
TITLE="[Mono-bugs] [Bug 593628] Attempting to JIT compile method Cols.Where(c => !c.Hidden).Sum(c => c.Width)">bugzilla_noreply at novell.com
|
|
</A><BR>
|
|
<I>Sun Apr 4 20:35:23 EDT 2010</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="098842.html">[Mono-bugs] [Bug 593628] Attempting to JIT compile method Cols.Where(c => !c.Hidden).Sum(c => c.Width)
|
|
</A></li>
|
|
<LI>Next message: <A HREF="098844.html">[Mono-bugs] [Bug 593628] Attempting to JIT compile method Cols.Where(c => !c.Hidden).Sum(c => c.Width)
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#98843">[ date ]</a>
|
|
<a href="thread.html#98843">[ thread ]</a>
|
|
<a href="subject.html#98843">[ subject ]</a>
|
|
<a href="author.html#98843">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE><A HREF="http://bugzilla.novell.com/show_bug.cgi?id=593628">http://bugzilla.novell.com/show_bug.cgi?id=593628</A>
|
|
|
|
<A HREF="http://bugzilla.novell.com/show_bug.cgi?id=593628#c4">http://bugzilla.novell.com/show_bug.cgi?id=593628#c4</A>
|
|
|
|
|
|
--- Comment #4 from Miguel de Icaza <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">miguel at novell.com</A>> 2010-04-05 00:35:22 UTC ---
|
|
Created an attachment (id=352363)
|
|
--> (<A HREF="http://bugzilla.novell.com/attachment.cgi?id=352363">http://bugzilla.novell.com/attachment.cgi?id=352363</A>)
|
|
Sum and Average patch
|
|
|
|
Sum and Average patches, this also includes a fix for Average<long> versions,
|
|
we need to use checked (...) in these cases to catch this:
|
|
|
|
long [] x = new long [] { Int64.MaxValue, Int64.MaxValue };
|
|
x.Average ();
|
|
|
|
The above needs to throw an overflow exception with Int64's (with Int32, this
|
|
is not the case).
|
|
|
|
--
|
|
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.
|
|
You are the assignee for the bug.
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="098842.html">[Mono-bugs] [Bug 593628] Attempting to JIT compile method Cols.Where(c => !c.Hidden).Sum(c => c.Width)
|
|
</A></li>
|
|
<LI>Next message: <A HREF="098844.html">[Mono-bugs] [Bug 593628] Attempting to JIT compile method Cols.Where(c => !c.Hidden).Sum(c => c.Width)
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#98843">[ date ]</a>
|
|
<a href="thread.html#98843">[ thread ]</a>
|
|
<a href="subject.html#98843">[ subject ]</a>
|
|
<a href="author.html#98843">[ 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>
|