[Mono-bugs] [Bug 71576][Wis] Changed - ABCREM should obtain relationship info from % operators

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jun 16 13:19:28 EDT 2006


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 vargaz at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=71576

--- shadow/71576	2005-01-24 09:05:24.000000000 -0500
+++ shadow/71576.tmp.3588	2006-06-16 13:19:28.000000000 -0400
@@ -129,6 +129,12 @@
 		int sum = 0;
                 uint len = arr.Length;
 		for (uint i = 0; i < 100; ++i)
 			sum += arr [i % len];
 	}
 
+
+------- Additional Comments From vargaz at gmail.com  2006-06-16 13:19 -------
+I made this patch for fun, maybe somebody will find it useful. It works
+by adding a new type of 'summarized value', which is <relation>
+<variable>, i.e. '< local_5'.
+


More information about the mono-bugs mailing list