[Mono-bugs] [Bug 34597][Wis] Changed - problems with pp-expressions handling
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
4 Dec 2002 05:45:31 -0000
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=34597
--- shadow/34597 Mon Nov 25 18:22:15 2002
+++ shadow/34597.tmp.31319 Wed Dec 4 00:45:31 2002
@@ -1,13 +1,13 @@
Bug#: 34597
Product: Mono/MCS
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: avd@openlinksw.com
QAContact: mono-bugs@ximian.com
@@ -48,6 +48,11 @@
This patch makes it consume the whole expression with all syntax checks applied but skip the final eval_val calls.
------- Additional Comments From avd@openlinksw.com 2002-11-25 18:22 -------
A simpler approach would be to evaluate everything allways. I'm not
sure how much eval_val skipping really saves.
+
+------- Additional Comments From miguel@ximian.com 2002-12-04 00:45 -------
+Yes, this is what is implemented on CVS as of a few days ago (the
+change was to change short-circuit operators to boolean or/and operators).
+