cross-compile patches
Hello all, A couple of weeks ago, I posted a collection of patches to Python 2.5 on SF.net (#1597850) that enable python to be cross-compiled using standard tools (ie. configure and environment settings), among others on Linux/Darwin to Mingw32/Linux/Freebsd. In response to Martin v Loewis' initial reply we have sent in contributor agreements, but nothing else has happened so far. I was wondering whether there is any way for me to speed up the review process. For example, I could post each patch separately and/or prepare patches to Python SVN. -- Han-Wen Nienhuys - hanwen@xs4all.nl - http://www.xs4all.nl/~hanwen
Han-Wen Nienhuys schrieb:
In response to Martin v Loewis' initial reply we have sent in contributor agreements, but nothing else has happened so far.
I was wondering whether there is any way for me to speed up the review process.
It may not be what you expect to hear, but there actually is: If you review 5 patches, I'll review yours quickly in return. Regards, Martin
Martin v. Löwis escreveu:
Han-Wen Nienhuys schrieb:
In response to Martin v Loewis' initial reply we have sent in contributor agreements, but nothing else has happened so far.
I was wondering whether there is any way for me to speed up the review process.
It may not be what you expect to hear, but there actually is:
If you review 5 patches, I'll review yours quickly in return.
Fair enough. I'm not familiar with the process, python internals, and couldn't find much of guidelines. I also don't have permission to fiddle with the tracker, so here are 5 small ones that I could understand 1608267 - added comment, asking for explanation. looks bogus. 1608579 - problem analysis + solution looks good 1507247 - I can reproduce the problem it tries to fix. Fix looks ok. 1520879 - trivial fix; should go in. disregard the comment about relative --prefix 1339673 - superseeded by #1597850 -- Han-Wen Nienhuys - hanwen@xs4all.nl - http://www.xs4all.nl/~hanwen
Han-Wen Nienhuys schrieb:
1608267 - added comment, asking for explanation. looks bogus. 1608579 - problem analysis + solution looks good 1507247 - I can reproduce the problem it tries to fix. Fix looks ok. 1520879 - trivial fix; should go in. disregard the comment about relative --prefix 1339673 - superseeded by #1597850
Thanks. Comming back to it only now, I added them into http://wiki.python.org/moin/PatchTriage Regards, Martin
participants (2)
-
"Martin v. Löwis"
-
Han-Wen Nienhuys