On May 14, 2008, at 9:50 AM, Kirill Smelkov wrote: > В сообщении от Среда 14 мая 2008 Kirill Smelkov > написал(a): >> # HG changeset patch >> # User Kirill Smelkov <[EMAIL PROTECTED]> >> # Date 1210783363 -14400 >> # Node ID 9107d71e527446535929608e5003744caceb6238 >> # Parent 9a731464ea49650627ac6a988518aee93e6991aa >> RFC: constify Cython output all over the place (newbie approach) >> >> You know, when developing code, it is very tedious to look for >> meaningful >> errors and warnings in presence of tons of noise like >> >> warning: deprecated conversion from string constant to >> âchar*â >> >> And you know what? It seems in the next version of gcc, this >> deprecation >> warnings will be turned into errors. >> >> ---- >> >> Python sources already use 'const' keyword freely, so I think it's >> time to add >> constify bits all over the place. > > Also, please forgive me, if I'm doing something wrong -- I just > don't know > what the full workflow cycle is with > > http://trac.cython.org/cython_trac/
The thing to do here is make a new ticket (with the description you give would be great) and attach the patch. Prefix the subject with [with patch, needs review] until we get a clearer workflow going. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
