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

2014-07-28 Thread Kurt Smith
On Mon, Jul 28, 2014 at 11:02 AM, Robert Bradshaw wrote: > On Sun, Jul 27, 2014 at 9:34 PM, Kurt Smith wrote: > > > I have sorted out all the code > > generation pieces and nearly have a minimal example working, and will > have > > something for you to review soon. From what I can tell, Cython

Re: [Cython] heads-up on master branch status

2014-07-28 Thread Robert Bradshaw
On Mon, Jul 28, 2014 at 11:15 AM, Stefan Behnel wrote: > Robert Bradshaw, 15.07.2014 23:13: > > On Mon, Jul 14, 2014 at 12:49 PM, Stefan Behnel wrote: > >> by applying some initially small but perpetually growing fixes, I pushed > >> myself into a corner where the only escape was to rewrite BoolB

Re: [Cython] heads-up on master branch status

2014-07-28 Thread Stefan Behnel
Robert Bradshaw, 15.07.2014 23:13: > On Mon, Jul 14, 2014 at 12:49 PM, Stefan Behnel wrote: >> by applying some initially small but perpetually growing fixes, I pushed >> myself into a corner where the only escape was to rewrite BoolBinopNode >> (short-circuiting and/or expressions). This was long

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

2014-07-28 Thread Robert Bradshaw
On Sun, Jul 27, 2014 at 9:34 PM, Kurt Smith wrote: > On Thu, Jul 24, 2014 at 9:13 PM, Kurt Smith wrote: >> >> >> I'm working on getting the `to_py_function` and `from_py_function` >> infrastructure to take arguments by reference; right now I'm getting >> something hacked into place, and I'd appre