[pypy-svn] r54914 - pypy/extradoc/sprintinfo/berlin-2008

cfbolz at codespeak.net cfbolz at codespeak.net
Mon May 19 10:33:19 CEST 2008


Author: cfbolz
Date: Mon May 19 10:33:19 2008
New Revision: 54914

Modified:
   pypy/extradoc/sprintinfo/berlin-2008/planning.txt
Log:
(all): planning


Modified: pypy/extradoc/sprintinfo/berlin-2008/planning.txt
==============================================================================
--- pypy/extradoc/sprintinfo/berlin-2008/planning.txt	(original)
+++ pypy/extradoc/sprintinfo/berlin-2008/planning.txt	Mon May 19 10:33:19 2008
@@ -20,21 +20,24 @@
 
 Tasks:
 
- - gameboy emulator: trying to translate, lots of blocked blocks (Armin looking, Camillo)
- - adding sdl bindings to rpython (Camillo, Karl, Armin) IN-PROGRESS
+ - gameboy emulator translation DONE
+ - adding sdl bindings to rpython (Camillo, Stephan) MORE PROGRESS: mouse movement works now too 
  - django porting: using django with sqlite-ctypes works (Samuele, Maciek)
                    90/200 tests failing
-                   more robustapply work
-                   dictionary subclassing
- - making sqlite-ctypes work on PyPy DONE (mostly)
+                   more robustapply work: turned out to be an sqlite problem
+                   dictionary subclassing: found the problem, unclear how to fix
+ - making sqlite-ctypes work on PyPy DONE
  - hybrid-io-improvements branch: discussions happened
- - work on SPy, decide about the branch (Toon, Carl Friedrich)
+ - work on SPy, decide about the branch (Toon, Carl Friedrich) IN-PROGRESS
    work on sanitizing the spy shadow branch
- - complete Stackless interface (Stephan, Peter)
-   work on channel preferences
-   some cleanup needed
- - discussions/starting on separate compilation (Armin, Samuele, Maciek, Alexander)
+ - complete Stackless interface
+   work on channel preferences DONE
+   some cleanup needed DONE
+ - discussion about composable coroutines DONE
+ - discussions/starting on separate compilation
  - discuss our own GCs and threads
+ - discussion about the JIT
+ - trying to run Zope 3 a bit (Armin, Peter)
 
 
   - work on PyPy's JIT generator: we are refactoring parts of the



More information about the Pypy-commit mailing list