Re: [Cython] Bugfix release

2011-09-13 Thread Robert Bradshaw
On Tue, Sep 13, 2011 at 10:01 PM, Stefan Behnel wrote: > Robert Bradshaw, 13.09.2011 05:49: >> >> On Mon, Sep 12, 2011 at 12:23 AM, Vitja Makarov wrote: >>> >>> 2011/9/11 Stefan Behnel: Stefan Behnel, 11.09.2011 15:08: > > I see two ways to get a release out: create a branch from

Re: [Cython] Bugfix release

2011-09-13 Thread Stefan Behnel
Robert Bradshaw, 13.09.2011 05:49: On Mon, Sep 12, 2011 at 12:23 AM, Vitja Makarov wrote: 2011/9/11 Stefan Behnel: Stefan Behnel, 11.09.2011 15:08: I see two ways to get a release out: create a branch from the current master and remove from it what we don't consider stable (or 'right' for tha

Re: [Cython] jenkins pyregr job problems

2011-09-13 Thread Stefan Behnel
Vitja Makarov, 13.09.2011 22:17: It seems that something have changed after recent jenkins job refactoring. Starting from build cython-vitek-tests-pyregr-py27-c #365 I got error about creating hard links in build logs: [workspace] $ /bin/sh -xe /levi/scratch/hudson/tmp/hudson4308307797887194909.

[Cython] jenkins pyregr job problems

2011-09-13 Thread Vitja Makarov
It seems that something have changed after recent jenkins job refactoring. Starting from build cython-vitek-tests-pyregr-py27-c #365 I got error about creating hard links in build logs: [workspace] $ /bin/sh -xe /levi/scratch/hudson/tmp/hudson4308307797887194909.sh + /levi/scratch/robertwb/hudson/

Re: [Cython] Bug in inplace operators?

2011-09-13 Thread Robert Bradshaw
Looks like a bug to me, thanks. http://trac.cython.org/cython_trac/ticket/732 On Tue, Sep 13, 2011 at 11:22 AM, Hagen Fürstenau wrote: > Hi, > > I'm new to Cython, so I don't know if this is a bug, a known limitation, or > a misunderstanding on my part, but the following simple example produces C

[Cython] Bug in inplace operators?

2011-09-13 Thread Hagen Fürstenau
Hi, I'm new to Cython, so I don't know if this is a bug, a known limitation, or a misunderstanding on my part, but the following simple example produces C code that fails to compile: --- import numpy cimport numpy def f(numpy.ndarray[nu

Re: [Cython] Error when using Intel icl compiler on Windows

2011-09-13 Thread Lisandro Dalcin
On 13 September 2011 01:09, Robert Bradshaw wrote: > On Mon, Sep 12, 2011 at 7:19 PM, Lisandro Dalcin wrote: >> On 9 September 2011 05:26, Robert Bradshaw >> wrote: >>> Does it work with icc if you replace >>> >>>  #   define CYTHON_UNUSED __attribute__ ((__unused__)) >>> >>> with >>> >>>  #  

Re: [Cython] Error when using Intel icl compiler on Windows

2011-09-13 Thread David Cournapeau
On Tue, Sep 13, 2011 at 12:31 AM, Vitja Makarov wrote: > 2011/9/13 Robert Bradshaw : >> On Mon, Sep 12, 2011 at 7:19 PM, Lisandro Dalcin wrote: >>> On 9 September 2011 05:26, Robert Bradshaw >>> wrote: Does it work with icc if you replace  #   define CYTHON_UNUSED __attribute__ (