[pypy-svn] rev 845 - pypy/trunk/doc

hpk at codespeak.net hpk at codespeak.net
Sat Jun 21 14:42:53 CEST 2003


Author: hpk
Date: Sat Jun 21 14:42:53 2003
New Revision: 845

Modified:
   pypy/trunk/doc/sprint-planning.txt
Log:
updated sprint planning



Modified: pypy/trunk/doc/sprint-planning.txt
==============================================================================
--- pypy/trunk/doc/sprint-planning.txt	(original)
+++ pypy/trunk/doc/sprint-planning.txt	Sat Jun 21 14:42:53 2003
@@ -1,40 +1,72 @@
 LouvainLaNeuveSprint planning
 
-- enhance StdObjSpace, define goals achieve them
+--> join this screen: ssh codespeak.net "and" screen -x hpk/hpk
+
+eternal goals:
+- do more tests (eternal goal)
+- Fix XXX-marked things 
+
+- enhance StdObjSpace, define goals and achieve them
   http://codespeak.net/svn/pypy/trunk/src/goals/
 
   - Being able to run main.py dis.dis(dis.dis)
-  - Fix XXX-marked things :-)
   - Unbound methods.
   - support the objects we see falling back to CPython.
   - more builtins.
   - more things from sys.
   - dict object/type 
     - Hash table based implementation of dictionaries?
-  - list object/type
-  - string object/type
+  - list object/type   
+  - check all other type implementation and document their state:
 
-- do more tests
+    christian, tomek, holger, alex, guenter, 
+        boolobject
+        cpythonobject
+        instmethobject
+        longobject
+        sliceobject
+        userobject
+        dictobject
+        intobject
+        moduleobject
+        stringobject
+        floatobject
+        iterobject
+        noneobject
+        tupleobject
+
+  - write a small tool that checks a type's methods of
+    CPython against PyPy
+    (Jacob, Laura)
 
 - improve "main.py" tool and rename it to "py.py" :-)
   with a subset of the options of "python". This
   should allow executing commands (-c), going
   interactive (-i) and executing files (argv[1])
 
-  -  Fix the way an OBJECTSPACE is selected.
+  -  Fix the way an OBJECTSPACE is selected. ?
   -  main.py doesn't handle exceptions very well.
 
+  (michael)
+
 - move design documentation from wiki to subversion
   (doc/design) to make it locally editable (instead
   of html-textfields) and keep everyone up-to-date
   maybe rearrange the doc-directory to be into src/pypy
 
+  (Anna, Laura)
+
+- go through the wiki and clean up "stale" or old pages
+
 - implement AnnotationObjSpace and the beginnings 
-  of a C code generator
+  of a C code generator. the basic idea is "abstract
+  interpretation"....
 
   - getting the translator to understand RPython, handling the
     constructions it can and delegating the things it doesn't 
     understand to CPython (Mimicking Python2C)
 
+  (Armin, Guido)
+
 - discuss funding and future organization issues
 


More information about the Pypy-commit mailing list