Dag Sverre Seljebotn wrote: > I'll create a ticket shortly containing my local branch so far. (The > phase refactorings I've posted earlier is *not* included, this is all > useful stuff :-) ).
It is ticket 11: http://trac.cython.org/cython_trac/ticket/11 I was hoping Trac would show the diff in a better way (with hg commit comments) -- there are many individual commits. I uploaded a bundle as well... The last commit is rather large; as I've noted: It is a rather big commit, however seperating it is non-trivial. The tests for all of these features all rely on using each other, so there's a circular dependency in the tests and I wanted to commit the tests and features at the same time. (However, the non-test-code does not have a circular dependency.) About unit tests: - I've put unit tests in Tests/ subdirectories to the files they test - They are not (yet) automatically run from runtests.py. -- Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
