Re: [pypy-svn] r19917 - in pypy/dist/pypy: annotation objspace/flow translator translator/c

Hi Christian, On Wed, Nov 16, 2005 at 06:08:23AM +0100, tismer@codespeak.net wrote:
Modified: pypy/dist/pypy/annotation/bookkeeper.py pypy/dist/pypy/objspace/flow/objspace.py pypy/dist/pypy/translator/c/pyobj.py pypy/dist/pypy/translator/translator.py
That's fine so far, but you should know that we have a branch in progress about the annotator, so if you plan to make larger changes to any of the translation parts, please discuss them first :-) Also, the subject of how to write C extension modules in RPython could do with being discussed on pypy-dev first anyway. Currently it mostly kind-of-works already, as a by-product of the way the whole thing was developed, because it allowed continuous testing. But we need to stop and design and think a bit more precisely about what we want, if indeed we want that now. A bientot, Armin.

Armin Rigo wrote:
Hi Christian,
On Wed, Nov 16, 2005 at 06:08:23AM +0100, tismer@codespeak.net wrote:
Modified: pypy/dist/pypy/annotation/bookkeeper.py pypy/dist/pypy/objspace/flow/objspace.py pypy/dist/pypy/translator/c/pyobj.py pypy/dist/pypy/translator/translator.py
That's fine so far, but you should know that we have a branch in progress about the annotator, so if you plan to make larger changes to any of the translation parts, please discuss them first :-)
Not at all. I just added what I needed, trying not to break anything. I'm keeping this to the minimum, since discussion is also a bit uneasy from here.
Also, the subject of how to write C extension modules in RPython could do with being discussed on pypy-dev first anyway. Currently it mostly kind-of-works already, as a by-product of the way the whole thing was developed, because it allowed continuous testing. But we need to stop and design and think a bit more precisely about what we want, if indeed we want that now.
Fine with me! ciao - chris -- Christian Tismer :^) <mailto:tismer@stackless.com> tismerysoft GmbH : Have a break! Take a ride on Python's Johannes-Niemeyer-Weg 9A : *Starship* http://starship.python.net/ 14109 Berlin : PGP key -> http://wwwkeys.pgp.net/ work +49 30 802 86 56 mobile +49 173 24 18 776 fax +49 30 80 90 57 05 PGP 0x57F3BF04 9064 F4E1 D754 C2FF 1619 305B C09C 5A3B 57F3 BF04 whom do you want to sponsor today? http://www.stackless.com/
participants (2)
-
Armin Rigo
-
Christian Tismer