On Fri, Jan 7, 2011 at 4:27 AM, Vitja Makarov <vitja.maka...@gmail.com> wrote: > 2010/12/31 Robert Bradshaw <rober...@math.washington.edu>: >> On Thu, Dec 30, 2010 at 10:05 AM, Stefan Behnel <stefan...@behnel.de> wrote: >>> Vitja Makarov, 30.12.2010 18:53: >>>> Why did you reverted decorators stuff? >>>> >>>> https://github.com/vitek/cython/commit/e0d366d9409680849e6f429992ac9724e2ad1016 >>> >>> Because I didn't get it finished, it broke the Sage build and cython-devel >>> should stay cleanly working before the release. >> >> +1 >> >>> I added a link to the build >>> failure log to the trac ticket but didn't even manage to come up with a >>> suitable test case before I had to stop working on it. >>> >>> What I implemented so far works in most cases but there are issues with >>> functions at the module scope. I didn't check the history but I think I >>> recall from the code comments that Robert worked in this area (method >>> binding) a while ago, and the comments hint at an unfinished refactoring >>> that would help with this change. >> >> I'm not working on anything in the area at the moment though (or, >> contrary to my expectations, much of anything Cython-wise... having >> too much fun hanging out with the family :). >> >> - Robert >> _______________________________________________ >> Cython-dev mailing list >> Cython-dev@codespeak.net >> http://codespeak.net/mailman/listinfo/cython-dev >> > > I've added GenerartorDefNode and GeneratorBodyDefNode now all the > generators stuff is handled there.
Yay! I'm pretty busy this weekend, but have been following your branch from a distance and so reviewing this shouldn't take too long. I'm thinking we should get a 0.14.1 bug fix out ASAP (e.g. once those Windows and type inference bugs are in) and then 0.15 will follow with generators. - Robert _______________________________________________ Cython-dev mailing list Cython-dev@codespeak.net http://codespeak.net/mailman/listinfo/cython-dev