Lisandro Dalcin wrote: > On Fri, Oct 9, 2009 at 7:49 PM, Neal Becker > <ndbeck...@gmail.com> wrote: >> Lisandro Dalcin wrote: >> >> ... >>> BTW, Neal, have you watched my progress? Could you give a try to my >>> patch? Some testing from your side and more comprensive testcases >>> would be great. After all, you asked for it :-), now you have it. >>> Plese, help me and give it a try... >>> >>> >> OK, I haven't tried to pull any non-release versions yet. What do I do >> to get the correct source? >> > > 1) Get the sources > > Option a) Clone cython-devel repo > $ hg clone http://hg.cython.org/cython-devel > > Option b) Or get a zip/tar.gz file in case you do not have Mercurial > $ wget http://hg.cython.org/cython/archive/tip.tar.gz > > 2) Download my patch > $ wget > http://trac.cython.org/cython_trac/raw-attachment/ticket/398/ccomplex.diff > > 3) Apply my patch > > a) Using 'patch': > $ patch -p1 < ccomplex.diff > > b) Using hg import > $ hg import ccomplex.diff >
Thanks. How should I run tests? Just python runtests.py? I see complex_numbers_cxx_T398.pyx, seems it needs to be tested in c++ mode. Will python runtests.py do this? (and, how could I figure this out myself?) _______________________________________________ Cython-dev mailing list Cython-dev@codespeak.net http://codespeak.net/mailman/listinfo/cython-dev