[pypy-svn] r28327 - pypy/extradoc/sprintinfo/ddorf2006

hpk at codespeak.net hpk at codespeak.net
Mon Jun 5 13:58:27 CEST 2006


Author: hpk
Date: Mon Jun  5 13:58:26 2006
New Revision: 28327

Modified:
   pypy/extradoc/sprintinfo/ddorf2006/planning.txt
Log:
a bit of updating the planning 


Modified: pypy/extradoc/sprintinfo/ddorf2006/planning.txt
==============================================================================
--- pypy/extradoc/sprintinfo/ddorf2006/planning.txt	(original)
+++ pypy/extradoc/sprintinfo/ddorf2006/planning.txt	Mon Jun  5 13:58:26 2006
@@ -1,16 +1,23 @@
 Sprint Planning DDorf  
 =========================================
 
-Armin isn't here yet.
-
 Before the sprint, there were two somewhat-similar, somewhat-conflicting
 goals: finish off wp7 functionality (stackless stuff, and more...) and
-getting the 0.9 release out of the door.  We decided that the priority of this sprint, or at least the next two days should be on wp7 and particularly
-stackless relates features. 
+getting the 0.9 release out of the door.  We decided that the priority
+of this sprint, or at least the next two days should be on wp7 and
+particularly stackless related features. 
+
+time plan: monday afternoon: breakday 
+           tuesday afternoon: EU technical project planning 
+
+
 Some things that don't really have issues yet:
 
  * the ext compiler
+   (armin, carl, michael, arre, holger) 
+   * design user level usage + implement it   
    * Document using ext-compiler getting-started
+   * readline support for translated PyPy 
 
  * documentation
 
@@ -20,6 +27,7 @@
 
  * ootypesystem stuff
 
+   ootype is mostly complete (r_dict missing)
    **Nik and Antonio are working on ootype completion ** 
    ** Maciek will join  later **
 
@@ -38,7 +46,8 @@
   **Arre, cfbolz to do more testing**
 
 * ???   expose coroutine cloning to app level.
-  
+ 
+  (Armin) 
   * settle on APIs on RPython level 
   * experiment a bit with exposing it to applevel
   * document for 0.9 release 
@@ -47,26 +56,21 @@
 
 * 198	implement tasklet pickling
 
-  No problem at all! hahahaha
+  (christian) 
 
   - (in-progress) finish needed object type pickling/unpickling
   - (DONE) finish and integrate explict resume points support
-  - use the latter to implement restarting after unpickling
+  - (christian, samuele) use the latter to implement restarting after unpickling
     (likely hack! hack! hack! until it works)
 
   Tasklet cloning has become completely different, that kind of works now
   (needs more testing).
 
-* 81	weakrefs
-
-  This is about 90% done, only the other 90% to go :)
-  Many of the CPython tests are hopeless, we need
-  modified-2.4.1/test/test_weakref.py.  Exposing gc.collect() would help.
+  (armin) write up documentation on how to use tasklet cloning 
 
-  **cfbolz + arre** DONE
 
 * 199	finish app-level stackless support
-
+  (stephan is working on it) 
   This should be rated 'critical'!  Not sure what the status is.
 
   Greenlets could be done quickly.
@@ -75,7 +79,7 @@
 
 * 137	Control-C runtime support
 
-  No progress here.  Hopefully not that hard.
+  it is quite hard. 
 
   (arre, cfbolz) 
 



More information about the Pypy-commit mailing list