Re: [PATCH 5 of 5] posix: give checklink a fast path that cache the check file and is read only

2016-11-29 Thread Martijn Pieters
On 29 November 2016 at 20:43, Martijn Pieters wrote: > On 17 November 2016 at 18:44, Mads Kiilerich wrote: > > > > # HG changeset patch > > # User Mads Kiilerich > > # Date 1421194526 -3600 > > # Wed Jan 14 01:15:26 2015 +0100 >

Re: [PATCH 5 of 5] posix: give checklink a fast path that cache the check file and is read only

2016-11-29 Thread Martijn Pieters
On 17 November 2016 at 18:44, Mads Kiilerich wrote: > > # HG changeset patch > # User Mads Kiilerich > # Date 1421194526 -3600 > # Wed Jan 14 01:15:26 2015 +0100 > # Node ID 73b671fbed41d82a5dd46e485c61ddb8afe42faf > # Parent

Re: [PATCH 5 of 5] posix: give checklink a fast path that cache the check file and is read only

2016-11-22 Thread Danek Duvall
Danek Duvall wrote: > I tried adding "delete=(cachedir is None)" (or the equivalent) to the > NamedTemporaryFile call, and that cleared up all the cp -r errors, but left > behind three tests failing due to the files left behind. At least two of > them are straightforward to fix, I think, since

Re: [PATCH 5 of 5] posix: give checklink a fast path that cache the check file and is read only

2016-11-22 Thread Danek Duvall
Mads Kiilerich wrote: > # HG changeset patch > # User Mads Kiilerich > # Date 1421194526 -3600 > # Wed Jan 14 01:15:26 2015 +0100 > # Node ID 73b671fbed41d82a5dd46e485c61ddb8afe42faf > # Parent 5409e0c5e6c0764e802360a3912f7719885ba2b5 > posix: give checklink a fast path

[PATCH 5 of 5] posix: give checklink a fast path that cache the check file and is read only

2016-11-17 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1421194526 -3600 # Wed Jan 14 01:15:26 2015 +0100 # Node ID 73b671fbed41d82a5dd46e485c61ddb8afe42faf # Parent 5409e0c5e6c0764e802360a3912f7719885ba2b5 posix: give checklink a fast path that cache the check file and is