Bugs item #1632127, was opened at 2007-01-10 10:32 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: extensions Group: v3.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Dzenan (dzenand) Assigned to: Scott Kurtzeborn (scotk) 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 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
