[pypy-svn] r15331 - pypy/extradoc/sprintinfo

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Jul 29 12:49:02 CEST 2005


Author: cfbolz
Date: Fri Jul 29 12:49:01 2005
New Revision: 15331

Modified:
   pypy/extradoc/sprintinfo/hildesheim2-done.txt
   pypy/extradoc/sprintinfo/hildesheim2-planning.txt
Log:
planning for today

Modified: pypy/extradoc/sprintinfo/hildesheim2-done.txt
==============================================================================
--- pypy/extradoc/sprintinfo/hildesheim2-done.txt	(original)
+++ pypy/extradoc/sprintinfo/hildesheim2-done.txt	Fri Jul 29 12:49:01 2005
@@ -104,3 +104,24 @@
 
     - Richard, Chris
       track down remaining .pyc file issues.
+
+
+
+Getting rid of faking::
+
+    DONE.  no faking left if you use --file --nofakedmodules.
+    (of course in this case you can't import most modules like
+    _sre at all.)
+
+
+    - DONE unify the way stdobjspace is configured.
+      the basic objspace configuration interface
+      becomes a set of keyword arguments. The current
+      command line arguments will be mapped onto this
+      interface.
+      This also includes configuration of which modules
+      should be loaded.
+
+    - DONE extend the testing framework to allow to specify
+      a space with options for a test. Related to the latter.
+

Modified: pypy/extradoc/sprintinfo/hildesheim2-planning.txt
==============================================================================
--- pypy/extradoc/sprintinfo/hildesheim2-planning.txt	(original)
+++ pypy/extradoc/sprintinfo/hildesheim2-planning.txt	Fri Jul 29 12:49:01 2005
@@ -1,4 +1,5 @@
 
+
 PyPy Hildesheim2 sprint planning (25th-31st July) 
 -------------------------------------------------------
 
@@ -57,34 +58,42 @@
     Ultimately the compiler and marshal should both be at
     interp-level anyway.
 
-Getting rid of faking::
-
-    DONE.  no faking left if you use --file --nofakedmodules.
-    (of course in this case you can't import most modules like
-    _sre at all.)
 
 Left::
 
-    - unify the way stdobjspace is configured.
-      the basic objspace configuration interface
-      becomes a set of keyword arguments. The current
-      command line arguments will be mapped onto this
-      interface.
-      This also includes configuration of which modules
-      should be loaded.
-
-    - extend the testing framework to allow to specify
-      a space with options for a test. Related to the latter.
-
     - bug to be fixed: applevel test stdout is no longer
       captured.
 
     - running translate_pypy!
 
+    - finish and polish and test our own posix module
+
+    - try to plug in niklaus' sre implementation
+
+    - write an answer eMail/FAQ entry
+
+    - finally start with garbage collection (CF)
+
+    - investigate the possibility of translating the interactive part of PyPy
+      or alternatively (probably preferably) running it completely at applevel
+
+    - working on LLVM (need to contact Eric on LLVM)
+
+    - rewriting the marshal module on interplevel
+
+
 Pairing
 -------
 
-configuration of the stdobjspace (holger, richard)
+basically everyone should keep an eye on targetpypymain, in the meantime
+working on a subtask..
+
+  - samuele, carl friedrich: garbage collection
+
+  - richard: plugin in sre
+
+  - christian: rewriting marshal
+
+  - armin, holger: applevel stdout
 
-compiler + translate_pypy (christian, samuele, armin, carl friedrich)
-(trying to sub-pair internally)
+  - armin: write nik mail, fix the entrypoint



More information about the Pypy-commit mailing list