On Thu, Oct 16, 2008 at 4:11 PM, Dag Sverre Seljebotn
<[EMAIL PROTECTED]> wrote:
>
> Positive review!

OK, then I'll push it.

> (A testcase that could be added is this one:
>
> """
> cdef object unused
> """
>
> (that's all!) as that one was pretty nasty, resulting in uncompileable
> code, and we don't want regression on it if somebody changes what you did
> in the future...)

OK, Then I would add a unusedmoduleglobal.pyx inside tests/compile with

"""
cdef object unused
"""

and I'll try to implement some hackery (at the C level, using some
auxiliar include file) to make completelly sure that Cython actually
do not ever emitted the declaration.


-- 
Lisandro Dalcín
---------------
Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC)
Instituto de Desarrollo Tecnológico para la Industria Química (INTEC)
Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET)
PTLC - Güemes 3450, (3000) Santa Fe, Argentina
Tel/Fax: +54-(0)342-451.1594
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to