Re: [PATCH v3] 0/4 fsmonitor fixes

2017-10-30 Thread Ben Peart



On 10/27/2017 7:26 PM, Alex Vandiver wrote:

Updates since v2:

  - Fix tab which crept into 1/4

  - Fixed the benchmarking code in the commit message in 2/4 to just
always load JSON::XS -- the previous version was the version where
I'd broken that to force loading of JSON::PP.

  - Remove the --no-pretty from the t/ version of query-watchman in
2/4; I don't know how I messed up diff'ing the file previously, but
if there are already differences, it makes sense to let them slide.



Thanks Alex, nice improvements.  This looks good to go.


Re: [PATCH v3] 0/4 fsmonitor fixes

2017-10-29 Thread Johannes Schindelin
Hi Alex,

On Fri, 27 Oct 2017, Alex Vandiver wrote:

> Updates since v2:
> 
>  - Fix tab which crept into 1/4
> 
>  - Fixed the benchmarking code in the commit message in 2/4 to just
>always load JSON::XS -- the previous version was the version where
>I'd broken that to force loading of JSON::PP.
> 
>  - Remove the --no-pretty from the t/ version of query-watchman in
>2/4; I don't know how I messed up diff'ing the file previously, but
>if there are already differences, it makes sense to let them slide.

Sounds good!
Dscho


[PATCH v3] 0/4 fsmonitor fixes

2017-10-27 Thread Alex Vandiver
Updates since v2:

 - Fix tab which crept into 1/4

 - Fixed the benchmarking code in the commit message in 2/4 to just
   always load JSON::XS -- the previous version was the version where
   I'd broken that to force loading of JSON::PP.

 - Remove the --no-pretty from the t/ version of query-watchman in
   2/4; I don't know how I messed up diff'ing the file previously, but
   if there are already differences, it makes sense to let them slide.