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
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
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.
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/
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
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
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
>>>
>>> #
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__ (