Re: [PATCH 2 of 2] bdiff: early pruning of common suffix before doing expensive computations

2016-12-15 Thread Pierre-Yves David
On 12/15/2016 02:59 PM, Augie Fackler wrote: On Thu, Dec 15, 2016 at 8:55 AM, Pierre-Yves David wrote: The previous changesets (already public) is also breaking pure. Can one of you submit the necessary test update? Yeah, I'll draft it and push it within the

Re: [PATCH 2 of 2] bdiff: early pruning of common suffix before doing expensive computations

2016-12-15 Thread Augie Fackler
On Thu, Dec 15, 2016 at 8:55 AM, Pierre-Yves David wrote: > The previous changesets (already public) is also breaking pure. Can one of > you submit the necessary test update? Yeah, I'll draft it and push it within the next hour.

Re: [PATCH 2 of 2] bdiff: early pruning of common suffix before doing expensive computations

2016-12-15 Thread Pierre-Yves David
On 12/15/2016 02:09 PM, Augie Fackler wrote: On Dec 15, 2016, at 8:02 AM, Yuya Nishihara wrote: On Thu, 15 Dec 2016 09:01:11 +0100, Pierre-Yves David wrote: On 11/17/2016 06:16 PM, Mads Kiilerich wrote: # HG changeset patch # User Mads Kiilerich # Date

Re: [PATCH 2 of 2] bdiff: early pruning of common suffix before doing expensive computations

2016-12-15 Thread Augie Fackler
> On Dec 15, 2016, at 8:02 AM, Yuya Nishihara wrote: > > On Thu, 15 Dec 2016 09:01:11 +0100, Pierre-Yves David wrote: >> On 11/17/2016 06:16 PM, Mads Kiilerich wrote: >>> # HG changeset patch >>> # User Mads Kiilerich >>> # Date 1479322051 -3600 >>> #

Re: [PATCH 2 of 2] bdiff: early pruning of common suffix before doing expensive computations

2016-12-15 Thread Yuya Nishihara
On Thu, 15 Dec 2016 09:01:11 +0100, Pierre-Yves David wrote: > On 11/17/2016 06:16 PM, Mads Kiilerich wrote: > > # HG changeset patch > > # User Mads Kiilerich > > # Date 1479322051 -3600 > > # Wed Nov 16 19:47:31 2016 +0100 > > # Node ID

Re: [PATCH 2 of 2] bdiff: early pruning of common suffix before doing expensive computations

2016-12-06 Thread Yuya Nishihara
On Thu, 17 Nov 2016 18:16:40 +0100, Mads Kiilerich wrote: > # HG changeset patch > # User Mads Kiilerich > # Date 1479322051 -3600 > # Wed Nov 16 19:47:31 2016 +0100 > # Node ID 851a14d5b80639efe61bd01ad215479c99106b40 > # Parent 7f39bccc1c96bffc83f3c6e774da57ecd38982a7

Re: [PATCH 2 of 2] bdiff: early pruning of common suffix before doing expensive computations

2016-11-17 Thread Gregory Szorc
On Thu, Nov 17, 2016 at 11:26 AM, Gregory Szorc wrote: > On Thu, Nov 17, 2016 at 9:16 AM, Mads Kiilerich > wrote: > >> # HG changeset patch >> # User Mads Kiilerich >> # Date 1479322051 -3600 >> # Wed Nov 16 19:47:31 2016

Re: [PATCH 2 of 2] bdiff: early pruning of common suffix before doing expensive computations

2016-11-17 Thread Gregory Szorc
On Thu, Nov 17, 2016 at 9:16 AM, Mads Kiilerich wrote: > # HG changeset patch > # User Mads Kiilerich > # Date 1479322051 -3600 > # Wed Nov 16 19:47:31 2016 +0100 > # Node ID 851a14d5b80639efe61bd01ad215479c99106b40 > # Parent

[PATCH 2 of 2] bdiff: early pruning of common suffix before doing expensive computations

2016-11-17 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1479322051 -3600 # Wed Nov 16 19:47:31 2016 +0100 # Node ID 851a14d5b80639efe61bd01ad215479c99106b40 # Parent 7f39bccc1c96bffc83f3c6e774da57ecd38982a7 bdiff: early pruning of common suffix before doing expensive