Re: [PATCH v2] lazymanifest: write a more efficient, pypy friendly version of lazymanifest

2016-09-25 Thread Maciej Fijalkowski
I must say (and you are going to say that those are idle complaints) that asserts and prints are far inferior than a proper debugger which is surprisingly hard to use in the case of mercurial tests On Tue, Sep 20, 2016 at 4:39 PM, Augie Fackler wrote: > On Sat, Sep 17, 2016 at

Re: [PATCH v2] lazymanifest: write a more efficient, pypy friendly version of lazymanifest

2016-09-20 Thread Augie Fackler
On Sat, Sep 17, 2016 at 08:23:36PM +0200, Maciej Fijalkowski wrote: > This should fix the issues presented. > > There is one problem which is that the hash in test-rebase-detach > changes. The way I see it is just an RNG phase-shift, but it might be > a real bug. Some actual input will be

Re: [PATCH v2] lazymanifest: write a more efficient, pypy friendly version of lazymanifest

2016-09-19 Thread Augie Fackler
> On Sep 17, 2016, at 14:23, Maciej Fijalkowski wrote: > > This should fix the issues presented. > > There is one problem which is that the hash in test-rebase-detach > changes. The way I see it is just an RNG phase-shift, but it might be > a real bug. Some actual input will

Re: [PATCH v2] lazymanifest: write a more efficient, pypy friendly version of lazymanifest

2016-09-17 Thread Maciej Fijalkowski
This should fix the issues presented. There is one problem which is that the hash in test-rebase-detach changes. The way I see it is just an RNG phase-shift, but it might be a real bug. Some actual input will be appreciated. On Sat, Sep 17, 2016 at 8:22 PM, Maciej Fijalkowski