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] heads-up on master branch status

2014-07-15 Thread Robert Bradshaw
Ironically, I noticed these BoolBinop failures and started working on a fix myself (including side diversions like making void* the spanning type of all pointers) before noticing that you were on it, so I have a bit of an idea what a long, twisty path this starts down and can only say thanks for ta

[Cython] heads-up on master branch status

2014-07-14 Thread Stefan Behnel
Hi, 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 overdue anyway and simply wasn't done before because it's not trivial and quite risky. I think I