Re: [Cython] bug: constructor declarations not working

2014-08-16 Thread Robert Bradshaw
On Sat, Aug 16, 2014 at 9:07 PM, Marcus Brinkmann wrote: > Hi, > > ok, this is not as easy as I originally thought. I fixed a couple of things > that prevented the suggested syntax from working, but the linking stage has > additional challenges, as there is currently no support for cimporting a >

Re: [Cython] bug: constructor declarations not working

2014-08-16 Thread Marcus Brinkmann
Hi, ok, this is not as easy as I originally thought. I fixed a couple of things that prevented the suggested syntax from working, but the linking stage has additional challenges, as there is currently no support for cimporting a native cppclass from one module to another (akin to the "api" f

Re: [Cython] Automatic conversion with fixed-size C arrays

2014-08-16 Thread Kurt Smith
Apologies for the radio silence: the original project that motivated this work has a deadline, so I've had to set this aside for now. I fully intend to return to this once that's done. On Thu, Jul 31, 2014 at 11:34 PM, Robert Bradshaw wrote: > We can move to the PR, makes it easier to do line c