On Fri, Jul 2, 2010 at 12:42 AM, toki doki <[email protected]> wrote: >> >> Hi, >> >> since you seem to be interested in getting these implemented, why not help >> us by providing a test case for these features? See the C++ tests in the >> tests/ directory, as well as the docs: >> >> http://wiki.cython.org/HackerGuide >> >> Also, please open trac tickets for these two features. >> >> Thanks! > > Actually, Haoyu Bai already solved my problems (see the other mail). > > There would still be some small changes needed to the documentation.
Yep. You should be able to just edit the wiki, and feel free to pull from http://hg.cython.org/cython-docs (and send us patches/host a personal repo we can pull from) for documentation fixes. > And maybe a "wishlist bug report" for a ctypedef really working with > templated types (instead of Haoyu Bai workaround). > > I will ask for an access to Trac and the doc wiki. For this and maybe > future bugs I encounter. The procedure is to just send a login name > and password to Robert Bradshaw, right? Exactly. Or an htpasswd entry will do if you don't want to reveal your password (though I wouldn't advise using a valuable one--the reason we have any kind of access restriction is just to combat spammers). - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
