[Cython] Broken C++ compile test

Robert Bradshaw robertwb at gmail.com
Fri Dec 7 20:05:21 CET 2012


On Fri, Dec 7, 2012 at 12:48 AM, Stefan Behnel <stefan_ml at behnel.de> wrote:
> Stefan Behnel, 07.12.2012 09:13:
>> the question by Czarek Tomczak on the users list made me stumble into this
>> old C++ test:
>>
>> https://github.com/cython/cython/blob/master/tests/compile/cpp_operators.pyx
>>
>> It's completely broken and only failed to fail because it was never
>> executed. Apparently, the test runner shadowed it with the test of the same
>> name in the tests/run/ directory.
>
> Hmm, sorry. It's not shadowed, it's just disabled in bugs.txt.
>
> Still, I wonder if this test actually makes sense - do we want to support
> this kind of syntax for C++ classes, or can this test just die?

It looks like it's from way back in the day before we had even come to
a final decision on syntax. I've nuked it.

- Robert


More information about the cython-devel mailing list