Re: [pypy-dev] bitbucket enbled clonebundles

2016-12-28 Thread Erik van Zijst
On Tue, Dec 27, 2016 at 2:15 PM, Ryan Gonzalez wrote: > Does it make pulls any faster? I have the PyPy repo, but I haven't pulled in > over a year and am scared of it burning my CPU... No. Clonebundles only apply to the hg clone command. Pulls tend to be small-ish and wouldn't typically benefit f

Re: [pypy-dev] RPython Darwin platform description so_prefixes empty

2016-12-28 Thread Armin Rigo
Hi John, On 7 December 2016 at 02:06, John Zhang wrote: >> I think we can include 'lib' in so_prefix of all Posix platforms, is >> that right? > > I can’t seem to find a definitive answer for all POSIX platforms. But for > all the ones that PyPy currently supports, I think the answer is true. So