On Thu, Jul 3, 2008 at 3:16 AM, Stéfan van der Walt <[EMAIL PROTECTED]> wrote: > Sorry for the slow response, I'm still catching up.
I think if we turned on doctests right now, there would be about 100 test failures, so I've got plenty of my own catching up to do before doctests really need to be enabled. ;) > The Buildbot configuration is kept on buildmaster.scipy.org, that > won't help you. It sends a request to the client for (something > similar to) "make build; make install; make test" to be run. The > administrator of each slave has control over the Makefile itself, so > we'll have to ask those individuals to fix the problem. I wonder how hard it would be to have simpler local makefiles that pull the build/install/test instructions out of svn after the update? That way we don't have to bother the slave maintainers whenever we want to tweak the build/test parameters. If I recall correctly, Python does something like this. I could look into it if it seems worth doing. _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion