[pypy-svn] r26486 - pypy/extradoc/sprintinfo/tokyo

pedronis at codespeak.net pedronis at codespeak.net
Fri Apr 28 05:31:50 CEST 2006


Author: pedronis
Date: Fri Apr 28 05:31:47 2006
New Revision: 26486

Modified:
   pypy/extradoc/sprintinfo/tokyo/tokyo-planning.txt
Log:
fix ReST



Modified: pypy/extradoc/sprintinfo/tokyo/tokyo-planning.txt
==============================================================================
--- pypy/extradoc/sprintinfo/tokyo/tokyo-planning.txt	(original)
+++ pypy/extradoc/sprintinfo/tokyo/tokyo-planning.txt	Fri Apr 28 05:31:47 2006
@@ -133,13 +133,14 @@
   - Conceptual design decisions about ootypesystem (tuples list...) (Samuele, Nik)
 
 Thursday, 27th April 2006
-************************
+*************************
 
 Present: Samuele, Arre, Valentino, Eric, Sanghyeon, Nik, Anders
 
 Status after day 3:
 
   - gencl (Sanghyeon, Valentino)
+
     * refactored another bit
     * superclasses and inheritance and isinstance and range
     * Record type
@@ -148,25 +149,30 @@
     * works but breaks translation
 
   - OOTypeSystem (Nik, Samuele)
+
     * Improved forward references and made the List type lazily inittable.
     * Introduced the Record type
     * Introduced Range support in the OOTypeSystem.
 
   - ctypes _socket (and select ;))  (Arre, Anders)
+
     * Passing 14 tests for the translatable module
     * It should be translatable now (although not tested)
 
 Pairings today:
 
   - Pickling cells (Eric)
+
     * fix translation
     * add support for additional objects like code objects.
 
   - ctypes _socket (Arre, Anders)
+
     * Pass all previous tests.
     * start proper translation work.
 
   - OOTypeSystem (Nik, Sanghyeon)
+
     * Dictionaries need to be lazy too.
     * Record type for iterator and tuples and make it generic
     * String type
@@ -183,34 +189,42 @@
 Status after day 4:
 
   - gencl (Sanghyeon, Valentino)
-    * constant instances now supported which enables the metaclass
+
+    * constant instances now supported which enables the metaclass 
       model and class variables
     * refactoring is ongoing
 
   - Pickle support for cell objects (Eric)
+
     * cell, code, function partly there but needs moduledict support
 
   - OOTypeSystem (Nik, Samuele)
+
     * introduced record type for iterators and tuples
     * random smaller improvements
 
   - ctypes _socket (and select ;))  (Arre, Anders)
+
     * passing all tests
     * uses only ctypes now but doesn't translate yet
 
 Pairings today:
 
   - Pickling cells (Eric)
+
     * add support for additional objects like code objects.
 
   - ctypes _socket (Arre, Anders)
+
     * continue translation work.
 
   - OOTypeSystem (Nik, Sanghyeon)
+
     * Dictionaries need to be lazy too.
     * String type
 
   - gencl (Valentino, Sanghyeon)
+
     * exception handling
     * rpystone translation
 



More information about the Pypy-commit mailing list