Re: [Cython] Cython alpha 0.24

2016-03-11 Thread Kevin Thornton
Hi, I just built a large project with the alpha version. All looks good. The only new/odd thing is a lot of warnings of this flavor: warning: View.MemoryView:219:4: 'property memview:' syntax is deprecated, use '@property' warning: View.MemoryView:536:4: 'property T:' syntax is deprecated, use

Re: [Cython] Cython alpha 0.24

2016-03-11 Thread Robert Bradshaw
https://github.com/cython/cython/commit/970c2fc0e676ca22016e14147ada0edba937dc6b (Just noticed the build failed on travis too...) On Fri, Mar 11, 2016 at 2:09 AM, Jeroen Demeyer wrote: > I get one testsuite failure: > > $ python runtests.py -v -v fused_cpp > Python 2.7.10 (default, Mar 11 2016, 0

Re: [Cython] Cython alpha 0.24

2016-03-11 Thread Jeroen Demeyer
I get one testsuite failure: $ python runtests.py -v -v fused_cpp Python 2.7.10 (default, Mar 11 2016, 09:57:44) [GCC 4.8.4] Running tests against Cython 0.24a0 Backends: c,cpp runTest (__main__.CythonRunTestCase) compiling (cpp) and running fused_cpp ... === Expected errors: === === Got erro

Re: [Cython] Support for .pxi files

2016-03-11 Thread Jeroen Demeyer
On 2016-03-11 10:34, Robert Bradshaw wrote: On a more pragmatic note, includes add complexities to dependency tracking Because you *intentionally* make things complicated. The refused pull request 392 could actually make dependency checking simpler by treating .pxd and .pxi files more alike.

Re: [Cython] Support for .pxi files

2016-03-11 Thread Robert Bradshaw
On Fri, Mar 11, 2016 at 1:13 AM, Jeroen Demeyer wrote: > Dear Cython developers, > > I'm writing this in response to Robert's "I'd really rather deprecate .pxi > files completely". > > Can you please explain what you have against .pxi files? They're neither necessary nor pythonic. Even C++ is try

Re: [Cython] Cython alpha 0.24

2016-03-11 Thread Jeroen Demeyer
On 2016-03-11 10:00, Robert Bradshaw wrote: but it seems it could be done with a cimport alone. I already discussed that with Stefan Behnel... no, it cannot be done with a cimport alone. ___ cython-devel mailing list cython-devel@python.org https://

[Cython] Support for .pxi files

2016-03-11 Thread Jeroen Demeyer
Dear Cython developers, I'm writing this in response to Robert's "I'd really rather deprecate .pxi files completely". Can you please explain what you have against .pxi files? I know they have been abused and 95% of the historic use cases should be replaced by other means. However, that alone

Re: [Cython] Cython alpha 0.24

2016-03-11 Thread Robert Bradshaw
I'd really rather deprecate .pxi files completely rather than add even more support for them. I haven't dived into cysignals yet, but it seems it could be done with a cimport alone. On Fri, Mar 11, 2016 at 12:30 AM, Jeroen Demeyer wrote: > Hello, > > Is there any chance of merging https://github.

Re: [Cython] Cython alpha 0.24

2016-03-11 Thread Jeroen Demeyer
Hello, Is there any chance of merging https://github.com/cython/cython/pull/483 It is a really trivial patch. Thanks, Jeroen. ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel

[Cython] Cython alpha 0.24

2016-03-11 Thread Robert Bradshaw
We are getting ready to push a new major release. A first alpha is up at http://cython.org/release/Cython-0.24a0.tar.gz To avoid surprises, please test and report. Thanks, Robert ___ cython-devel mailing list cython-devel@python.org https://mail.python.