[Stackless] ping

Milos Negovanovic milos.negovanovic at googlemail.com
Thu Mar 9 09:52:07 CET 2006


On Thu, 9 Mar 2006 07:21:46 -0000
"Richard" <richard at ccpgames.com> wrote:


> 
> Also, there is talk of merging in Python SVN repository
> check-ins into the Stackless dev one.  Anyone done this before
> and have any idea of the exact process involved?  If we sort
> this out, and get it in motion, we should be able to have
> an up-to-date Stackless.
> 

not sure if it applies to Stackless<-->Python ...  for a while i was
involved with Kaffe project, and at the time switch from Kaffe's class
library to GNU Classpath class library just started.

Basically process was:

1) checkout Classpath and Kaffe sources

2) create kaffe-work sources (2nd checkout of Kaffe sources)

3) assuming we are importing java.io package:

'rm -rf kaffe-work/<class_library>/java/io/* && cp -r
classpath/<class_library>/java/io/* kaffe-work/<class_library>/java/io/'

4) check if kaffe-work class library compiles, if not try to fix it

5) run and try to fix all regression tests

6) create diff kaffe/<class_library>/java/io/ <-->
kaffe-work/<class_library>/java/io/

7) submit the diff(with appropriate ChangeLog entry) to mailing list for
review and checkin

8) if the diff is OK maintainer does the checkin and updates the
ChangeLog


Hope it helps :).

Regards
Milos


_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless



More information about the Stackless mailing list