On Fri, Sep 3, 2010 at 1:31 PM, Corbin Simpson <[email protected]> wrote: > On Fri, Sep 3, 2010 at 9:05 AM, Robert Bradshaw > <[email protected]> wrote: >> Could you send it as an attachment? Also, if you use hg to make the >> patch (type make repo to upgrade cython directory to the full hg >> repository) it will have metadata such as a changelog entry and >> username attached, which would be preferable. > > Whoo, hg. First time using it. It's like git and svn, so I think I did it > right.
Looks good. Thanks! Pushed. > Is there ongoing work on the C++ support? There's still a couple > holes, for example wrapping this is still not right and I can't figure > out how to mod Cython appropriately. > > template <typename T, int number> class SomeClass; Int templates are still not supported, but you're not the first to request them. C++ support is in no ways complete, and there's still a lot of low-hanging fruit, but I don't think anyone is actively working on it right now (other than fixing a bug here and there). > Since this is currently my Easy Path (the Hard Path involves modding > Panda3D to compile with C++0x) I'm willing to fix Cython bugs to make > it happen. That would be great. Please feel free to ping the list if you have any questions about how things work. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
