Hi Julia, On Sat, Aug 6, 2016 at 5:39 AM, Julia Lawall <[email protected]> wrote: > The problem should be fixed. It's a little bit curious that you put > newlines in the semantic patch that you don't want to see in the code. In > some cases, Coccinelle takes those newlines as hints for how to format the > resulting code.
Ah, I didn't realize that there was any connection. I probably would have been more likely to make that connection if all variables were on separate lines (like my patch - done only for readability). That's good to know. > But now for parameter lists (and argument lists) it will > never put a newline before the final ). Great, thanks. > The fix is available in github. If you have any problem in compiling, > with respect to python, do make distclean; ./autogen; ./configure before > doing make. Building worked fine, but the autotools errantly decided to built for PCRE support even though I didn't have it installed. I think that's new broken behavior since the 1.0.5 release > Thanks for the report. Thanks for fixing it! Cheers, -Joe _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
