guidance about working with pypy

Hi, I'm a student developer interested in getting some open source experience and I was wondering if anyone could suggest some bugs that are suitable for a beginner in this project?"

Hi, the answer to your question very much depends on your python experience. A good place to start is the bug tracker [1] and (potentially much more interesting) the documentation[2][3]. Most of the time smaller tasks include adding features in the python 3 branch of pypy (py3k or py3.3). I guess no one will tell you, that you ``should fix bug X''. It would be better (my opinion) if you start on the documentation and see if you feel conformable with the way how to develop in pypy. Then find some tests at build bot [4] and see how you can fix them. [1] https://bitbucket.org/pypy/pypy/issues [2] http://rpython.readthedocs.org/en/latest/ [3] http://pypy.readthedocs.org/en/latest/ [4] http://buildbot.pypy.org/summary?branch=%3Ctrunk%3E cheers, richard On 07/27/2015 11:41 PM, Piyush Sinha wrote:

Hi, On 28 July 2015 at 09:32, Richard Plangger <rich@pasra.at> wrote:
In addition, you can find here the failing tests on the py3.3 branch, some of which are probably easy fixes (click on the red "F"s): http://buildbot.pypy.org/summary?branch=py3.3 Armin

Hi, the answer to your question very much depends on your python experience. A good place to start is the bug tracker [1] and (potentially much more interesting) the documentation[2][3]. Most of the time smaller tasks include adding features in the python 3 branch of pypy (py3k or py3.3). I guess no one will tell you, that you ``should fix bug X''. It would be better (my opinion) if you start on the documentation and see if you feel conformable with the way how to develop in pypy. Then find some tests at build bot [4] and see how you can fix them. [1] https://bitbucket.org/pypy/pypy/issues [2] http://rpython.readthedocs.org/en/latest/ [3] http://pypy.readthedocs.org/en/latest/ [4] http://buildbot.pypy.org/summary?branch=%3Ctrunk%3E cheers, richard On 07/27/2015 11:41 PM, Piyush Sinha wrote:

Hi, On 28 July 2015 at 09:32, Richard Plangger <rich@pasra.at> wrote:
In addition, you can find here the failing tests on the py3.3 branch, some of which are probably easy fixes (click on the red "F"s): http://buildbot.pypy.org/summary?branch=py3.3 Armin
participants (3)
-
Armin Rigo
-
Piyush Sinha
-
Richard Plangger