[pypy-dev] Updates to hgignore for rpython split

2013-02-24 Thread Justin Bogner
The .hgignore file got missed when we moved rpython/ out of pypy/. Can someone take a look at this patch and commit it if it looks good? Thanks. diff -r f4e2d6247ba9 .hgignore --- a/.hgignore Sun Feb 24 17:27:31 2013 +0200 +++ b/.hgignore Sun Feb 24 10:41:00 2013 -0700 @@ -35,39 +35,43 @@ ^pypy/d

Re: [pypy-dev] gcc warnings / errors in translation

2013-02-12 Thread Justin Bogner
Maciej Fijalkowski writes: > On Tue, Feb 12, 2013 at 6:57 AM, Justin Bogner wrote: >> Armin Rigo writes: >>> Ah, indeed. We declare most arrays as "itemtype x[1]", so gcc complains >>> when it can prove we do accesses at an index > 0. >> >> I

Re: [pypy-dev] gcc warnings / errors in translation

2013-02-11 Thread Justin Bogner
Armin Rigo writes: > Ah, indeed. We declare most arrays as "itemtype x[1]", so gcc complains > when it can prove we do accesses at an index > 0. Is there a good reason not to use the C99 "itemtype x[]" or even the old GCC extension "itemtype x[0]"? These won't trigger this warning, which means w

Re: [pypy-dev] change of strategy for the py3k branch?

2012-05-30 Thread Justin Bogner
William ML Leslie writes: > Do remember that the translator actually requires the python 2 > interpreter, that is a fundamental part of the way it works. So > moving the translator into a different repository now also means > maintaining two python 2 interpreters. Ah yes, bootstrapping makes eve

Re: [pypy-dev] change of strategy for the py3k branch?

2012-05-30 Thread Justin Bogner
Antonio Cuni writes: > after some months of work on the py3k branch, I realized that the current > strategy/workflow does not scale well and thus I'd like to change it. > > For those who are not aware, currently we have the default branch where the > main development is done, and which includes co

Re: [pypy-dev] question re: ancient SSL requirement of pypy

2012-02-13 Thread Justin Bogner
Dale Hubler writes: > I looked at the pypy site but cannot find any supported platforms, > install guide, etc. I am trying this on RedHat EL 5. I tried the > binary release, but it also had the same error, no libssl.so.0.9.8, > which is true, my systems are updated. I must be missing somethin