[Mono-bugs] [Bug 34597][Wis] Changed - problems with pp-expressions handling

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
25 Nov 2002 23:22:15 -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 avd@openlinksw.com.

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

--- shadow/34597	Mon Nov 25 18:17:06 2002
+++ shadow/34597.tmp.5310	Mon Nov 25 18:22:15 2002
@@ -2,13 +2,13 @@
 Product: Mono/MCS
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: avd@openlinksw.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -44,6 +44,10 @@
 circuit the expression evaluation and may leave some parts of it.
 
 ------- Additional Comments From avd@openlinksw.com  2002-11-25 18:17 -------
 Created an attachment (id=2820)
 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.