On 5 December 2010 14:15, Stefan Behnel <[email protected]> wrote: > Robert Bradshaw, 05.12.2010 13:47: > > alpha at http://cython.org/release/Cython-0.14.alpha0.tar.gz This is > > an alpha because I hope we can get that great gdb code in before the > > release (it looks good, but I'd like to have as many people test it > > out as possible, and there's an issue with side-effecting the tests to > > be too verbose). >
The verbose-tests issue should be solved now. > I haven't tested it yet, mainly because I don't have the latest gdb version > installed. When I tried building lxml with that branch, I ran into a couple > of compiler crashes that Mark resolved, but I can't tell if there aren't > any left. I also didn't review the code in any way. > > AFAIC, I'm not sure I want this right in 0.14, but that's more because I > can't really comment on it. I certainly agree that it needs more testing. I agree that it would be nice if more people would test it, however I don't think there should be any compiler crashes anymore. In any case, even if there would still be compiler crashes, users could just not enable the --gdb flag (or --pyrex-gdb to build_ext in case setup.py is used). But I agree that it should be tested more widely before merging it. The documentation (currently only on hudson but I presume it will make it to docs.cython.org with the new release) already contains a link to my git branch so users that are interested could still use it. > Stefan > _______________________________________________ > Cython-dev mailing list > [email protected] > http://codespeak.net/mailman/listinfo/cython-dev > Kind regards, Mark
_______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
