Re: [Cython] Cython alpha 0.24

2016-03-19 Thread Robert Bradshaw
On Sat, Mar 19, 2016 at 7:51 AM, Jason Madden wrote: > [Ack, really sorry for the premature send. Here's the whole thing:] > > gevent compiles and passes all its tests with this release. > > However, compilation produces 420 warnings of the form: > > warning: gevent/corecext.pyx:1893:4: 'propert

Re: [Cython] Cython alpha 0.24

2016-03-19 Thread Jason Madden
[Ack, really sorry for the premature send. Here's the whole thing:] gevent compiles and passes all its tests with this release. However, compilation produces 420 warnings of the form: warning: gevent/corecext.pyx:1893:4: 'property rpid:' syntax is deprecated, use '@property' That's a lot of w

Re: [Cython] Cython alpha 0.24

2016-03-19 Thread Jason Madden
gevent compiles and passes all its tests with this release. However, compilation produces 420 warnings of the form: warning: gevent/corecext.pyx:1893:4: 'property rpid:' syntax is deprecated, use '@property' That's a lot of warnings. As I understand it, this was added with pull #462 which is

Re: [Cython] Cython alpha 0.24

2016-03-19 Thread Joshua
On Friday, March 11, 2016 at 3:24:26 AM UTC-5, Robert Bradshaw wrote: > > 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 > I ran across a compilat

Re: [Cython] Cython alpha 0.24

2016-03-15 Thread Jeroen Demeyer
On 2016-03-13 14:03, Robert Bradshaw wrote: If we accept cross-project includes I missed the memo that cross-project includes are not "accepted". They do work, just add include_path=sys.path to the cythonize() call. All I'm doing with my patch is to remove the need to explicitly add that in

Re: [Cython] Cython alpha 0.24

2016-03-13 Thread Robert Bradshaw
On Sun, Mar 13, 2016 at 1:49 AM, Jeroen Demeyer wrote: > On 2016-03-11 10:00, Robert Bradshaw wrote: >> >> I'd really rather deprecate .pxi files completely rather than add even >> more support for them. > > > Well, .pxi files are currently *not* deprecated. The fact that they might be > deprecate

Re: [Cython] Cython alpha 0.24

2016-03-13 Thread Jeroen Demeyer
On 2016-03-11 10:00, Robert Bradshaw wrote: I'd really rather deprecate .pxi files completely rather than add even more support for them. Well, .pxi files are currently *not* deprecated. The fact that they might be deprecated in the future seems a poor excuse to reject a 1-line patch fixing a

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] 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://

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.