Re: [Cython] Expected errors of tests/errors/cdef_members_T517.pxd

2011-02-26 Thread Robert Bradshaw
On Sat, Feb 26, 2011 at 6:34 PM, W. Trevor King wrote: > On Sat, Feb 26, 2011 at 10:15:38AM -0800, Robert Bradshaw wrote: >> On Sat, Feb 26, 2011 at 5:08 AM, W. Trevor King wrote: >> > The relevant lines from tests/errors/cdef_members_T517.pxd are: >> > >> >    $ grep -n ^ tests/errors/cdef_membe

Re: [Cython] Expected errors of tests/errors/cdef_members_T517.pxd

2011-02-26 Thread W. Trevor King
On Sat, Feb 26, 2011 at 10:15:38AM -0800, Robert Bradshaw wrote: > On Sat, Feb 26, 2011 at 5:08 AM, W. Trevor King wrote: > > The relevant lines from tests/errors/cdef_members_T517.pxd are: > > > >$ grep -n ^ tests/errors/cdef_members_T517.pyx > >... > >8:ctypedef struct Foo: > >9:

Re: [Cython] Expected errors of tests/errors/cdef_members_T517.pxd

2011-02-26 Thread Robert Bradshaw
On Sat, Feb 26, 2011 at 5:08 AM, W. Trevor King wrote: > I'm splitting Symtab visibilities into explicit C and Python > visibilities, but am having trouble reproducing the expected error > messages for cdef_members_T517: > >    $ python runtests.py cdef_members_T517 >    Python 2.6.6 (r266:84292,

[Cython] Expected errors of tests/errors/cdef_members_T517.pxd

2011-02-26 Thread W. Trevor King
I'm splitting Symtab visibilities into explicit C and Python visibilities, but am having trouble reproducing the expected error messages for cdef_members_T517: $ python runtests.py cdef_members_T517 Python 2.6.6 (r266:84292, Dec 8 2010, 09:53:33) [GCC 4.4.4] Running tests against