[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 5428 - trunk/build/generator

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-03-23 22:03:36 CET

gstein@tigris.org wrote:

>+_filter_names = [
>+ 'svn_boolean_t', # svn_config_enumerator_t looks like (to our regex) a
>+ # function declaration for svn_boolean_t
>+ ]
>

Huh! Why don't you filter on the presence of "typedef" at the beginning
of the line instead?

And I think the regex could be simplified (and made safer) by making it
a multiline search that requires a leading type name or typedef,
balanced parens and stops at "\)\s*;".

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 23 22:04:14 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.