Re: [Cython] Old style dependency tracking

2013-05-27 Thread Robert Bradshaw
Makes sense to me. https://github.com/robertwb/cython/commit/67c183d5f62dcba600ceaa7a240157a3c2e5d5c2 On Sun, May 26, 2013 at 10:55 AM, Nikita Nemkin wrote: > Hi, > > I wonder if it's time to to remove old dependency tracking code? > I mean this: http://trac.cython.org/cython_trac/ticket/379, > C

[Cython] Old style dependency tracking

2013-05-26 Thread Nikita Nemkin
Hi, I wonder if it's time to to remove old dependency tracking code? I mean this: http://trac.cython.org/cython_trac/ticket/379, CompilationOptions.recursive, .dep file generation etc. Since it is broken for a long time already, there is no problem with backwards (in)compatibility. And cythonize