Re: svn commit: r1810605 [1/2] - in /httpd/httpd/trunk: include/ server/

2017-10-03 Thread William A Rowe Jr
On Tue, Oct 3, 2017 at 2:15 AM, Yann Ylavic  wrote:
> On Mon, Oct 2, 2017 at 11:57 PM,   wrote:
>> Author: ylavic
>> Date: Mon Oct  2 21:57:26 2017
>> New Revision: 1810605
>>
>> URL: http://svn.apache.org/viewvc?rev=1810605=rev
>> Log:
>> ap_expr: open string expressions to the .
>>
>> Modified:
>> httpd/httpd/trunk/server/util_expr_parse.c
>> httpd/httpd/trunk/server/util_expr_parse.h
>> httpd/httpd/trunk/server/util_expr_scan.l
>
> Note that the above files are auto-generated (if bison/flex is
> installed on the build system).
> Since the .y and .l will change on svn update, the next build will
> generate them again, so if your bison/flex versions differ it will
> produce a local change. Simply revert them, once (for all)...

That's why we commit util_expr_scan.l source in one pass (like .xml
for the docs updates) and generated files in a second, later timestamped
pass. It avoids this tangle.


Re: svn commit: r1810605 [1/2] - in /httpd/httpd/trunk: include/ server/

2017-10-03 Thread Yann Ylavic
On Mon, Oct 2, 2017 at 11:57 PM,   wrote:
> Author: ylavic
> Date: Mon Oct  2 21:57:26 2017
> New Revision: 1810605
>
> URL: http://svn.apache.org/viewvc?rev=1810605=rev
> Log:
> ap_expr: open string expressions to the .
>
> Modified:
> httpd/httpd/trunk/server/util_expr_parse.c
> httpd/httpd/trunk/server/util_expr_parse.h
> httpd/httpd/trunk/server/util_expr_scan.l

Note that the above files are auto-generated (if bison/flex is
installed on the build system).
Since the .y and .l will change on svn update, the next build will
generate them again, so if your bison/flex versions differ it will
produce a local change. Simply revert them, once (for all)...