RE: [pypy-dev] Please submit status reports

Jacob Hallén <jacob@strakt.com> wrote:
Summary: Most of my time on PyPy since the last sprint was involved in setting up a testing framework I felt comfortable using (submitted as PyPyTest.py in subversion under /user/rocco/tool/). To get the CPython regression tests to work properly, I had to improve exception matching. Once that was working, the missing exec statement functionality was low hanging fruit. Aside from my recent philosophy posts, I haven't done anything more with PyPy due to time constraints. Where to next: I'm of the opinion that the acid test for this phase of PyPy development is the sucessful execution of the CPython regression tests - does PyPy do what CPython is supposed to do. So squashing regression test bugs is high on my priority list. I think some of the bugs will need a slight core redesign in order to fix. So I'd think about the cause of the regression test bugs, and how to redesign the core to fix them. Once that's done, the StdObjSpace needs completion and testing, and if there is time left, adapting/creating an Application Level parser/compiler. And unless I miss my guess, that'll take us to the proposed 0.1.0 milestone, at which point the fun can begin. In short, empty the issues board. (Assuming "Finish StdObjSpace" and "No PyPy Compiler" get added at some point.) -Rocco __________________________________________________________________ McAfee VirusScan Online from the Netscape Network. Comprehensive protection for your entire computer. Get your free trial today! http://channels.netscape.com/ns/computing/mcafee/index.jsp?promo=393397 Get AOL Instant Messenger 5.1 free of charge. Download Now! http://aim.aol.com/aimnew/Aim/register.adp?promo=380455

In a message of Sun, 25 May 2003 15:24:08 EDT, Rocco Moretti writes:
Right now what we are doing is Retiring Trivial Object Space. Standard Object Space is being made useful. Right now the goal for the end of the day is to be able to run s = "Hello World" print len(s) Right now we are dealing with builtins, including that __builtins__ right now is a module some of the time and sometimes a dict. This is true of C python as well, of course ...
We discovered that None is not None as well. Time for our objects to get id-s ... Rocco, can you come to Belgium for a Sprint June 21-24 before EuroPython? Laura Creighton

In a message of Sun, 25 May 2003 15:24:08 EDT, Rocco Moretti writes:
Right now what we are doing is Retiring Trivial Object Space. Standard Object Space is being made useful. Right now the goal for the end of the day is to be able to run s = "Hello World" print len(s) Right now we are dealing with builtins, including that __builtins__ right now is a module some of the time and sometimes a dict. This is true of C python as well, of course ...
We discovered that None is not None as well. Time for our objects to get id-s ... Rocco, can you come to Belgium for a Sprint June 21-24 before EuroPython? Laura Creighton
participants (2)
-
Laura Creighton
-
roccomoretti@netscape.net