[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:17:06 -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:09:52 2002
+++ shadow/34597.tmp.31824	Mon Nov 25 18:17:06 2002
@@ -39,6 +39,11 @@
 Additional Information:
 
 It looks like the errors occur in the Tokenizer.eval() method in the cc-
 tokenizer.cs file. It checks if after processing the expressions no more 
 characters are left. But the pp_expr()  and pp_and() methods short-
 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.
+