
There are only a handful (ok - 10, two others are from the nightly default) of failures on the stdlib-2.7.5 branch: http://buildbot.pypy.org/summary?branch=stdlib-2.7.5 It seems the major one is handling eintr signal on file reading, which AFAICT would fix more or less 3 of the failures. The others seem to be unrelated to one-another. Would anyone like to take on some of this work? Matti

Hi Matti, On Sun, Nov 10, 2013 at 9:24 PM, Matti Picus <matti.picus@gmail.com> wrote:
There are only a handful (ok - 10, two others are from the nightly default) of failures on the stdlib-2.7.5 branch: http://buildbot.pypy.org/summary?branch=stdlib-2.7.5 It seems the major one is handling eintr signal on file reading, which AFAICT would fix more or less 3 of the failures. The others seem to be unrelated to one-another. Would anyone like to take on some of this work?
I fear the branch contains a few delicate issues. Without someone ready to take this work, I'd rather like to do the next release now. I've been fixing a lot of small issues already on "default", so I wouldn't mind if we didn't at the same time merge a branch that probably adds its own lot of small issues. A bientôt, Armin.

Le 2013-11-10 15:24, Matti Picus a écrit :
There are only a handful (ok - 10, two others are from the nightly default) of failures on the stdlib-2.7.5 branch: http://buildbot.pypy.org/summary?branch=stdlib-2.7.5 It seems the major one is handling eintr signal on file reading, which AFAICT would fix more or less 3 of the failures. The others seem to be unrelated to one-another. Would anyone like to take on some of this work?
I'm working (really slowly) on fixing the remaining issues in the stdlib-2.7.5 branch. (I think it's a reasonably good task for a beginner like me.) I didn't want to pipe in for the 2.2 release, as I'm the wrong person to do this kind of work on PyPy quickly (or any kind of work for that matter quickly for PyPy). With a bit of luck, I should have it done for the 2.3 release, though. The thing that would be really helpful to me is if someone could take a look at the Buildbot for the stdlib-2.7.5 branch and have it rebuild automatically on a commit on the branch. I think this used to work when the branch was called stdlib-2.7.4. My guess is that the branch was renamed but the buildbot's config wasn't updated to track the new branch. Could someone who has access to the buildbot's config check this? Thanks, Christian

On Fri, Nov 29, 2013 at 3:42 AM, Christian Hudon <chrish@pianocktail.org> wrote:
Le 2013-11-10 15:24, Matti Picus a écrit :
There are only a handful (ok - 10, two others are from the nightly default) of failures on the stdlib-2.7.5 branch: http://buildbot.pypy.org/summary?branch=stdlib-2.7.5 It seems the major one is handling eintr signal on file reading, which AFAICT would fix more or less 3 of the failures. The others seem to be unrelated to one-another. Would anyone like to take on some of this work?
I'm working (really slowly) on fixing the remaining issues in the stdlib-2.7.5 branch. (I think it's a reasonably good task for a beginner like me.) I didn't want to pipe in for the 2.2 release, as I'm the wrong person to do this kind of work on PyPy quickly (or any kind of work for that matter quickly for PyPy). With a bit of luck, I should have it done for the 2.3 release, though.
The thing that would be really helpful to me is if someone could take a look at the Buildbot for the stdlib-2.7.5 branch and have it rebuild automatically on a commit on the branch. I think this used to work when the branch was called stdlib-2.7.4. My guess is that the branch was renamed but the buildbot's config wasn't updated to track the new branch. Could someone who has access to the buildbot's config check this?
Thanks,
Christian
Hi Christian Thanks for tackling this! The buildbot does not automatically build on a commit (it takes too long and there are too many commits). Instead, you can click by hand and type in branch name in the field. This is an example for benchmarks: http://buildbot.pypy.org/builders/jit-benchmark-linux-x86-64 but you can pick any builder
participants (4)
-
Armin Rigo
-
Christian Hudon
-
Maciej Fijalkowski
-
Matti Picus