Bugs item #1632127, was opened at 2007-01-10 01:32 Message generated for change (Settings changed) made by pmarcu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1632127&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: candle Group: v3.0 Status: Open Resolution: Invalid >Priority: 5 Private: No Submitted By: Dzenan (dzenand) >Assigned to: pmarcu (pmarcu) Summary: Detection of closing paren of a preprocessor function Initial Comment: It seems that issue is inside PreprocessString methon in PreprocessorCore class. I have created custom preprocessor extension By typing <?if $(util.TestFunc())?> Causes following exception Ill-formed preprocessor function '$(util.TestFunc()'. Functions must have a prefix (like 'fun.'), a name at least 1 character long, and matching opening and closing parentheses. As you can see it can not detect last character. Maybe theres a looping bug on line #112 inside PreprocessorCore class. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1632127&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
