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__ ((__unused__))
>>>
>>> with
>>>
>>> # define CYTHON_UNUSED __a
2011/9/13 Robert Bradshaw :
> On Sun, Sep 11, 2011 at 7:58 AM, Stefan Behnel wrote:
>> mark florisson, 11.09.2011 16:35:
>>>
>>> Wouldn't it be easier if everyone went through the pull-request
>>> process (which means you test stuff in your own branch first) for
>>> anything but trivial fixes? The
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
>>
>> # define CYTHON_UNUSED __attribute__ ((unused))
>>
>> ?
>>
>>
>>
On Sun, Sep 11, 2011 at 7:58 AM, Stefan Behnel wrote:
> mark florisson, 11.09.2011 16:35:
>>
>> Wouldn't it be easier if everyone went through the pull-request
>> process (which means you test stuff in your own branch first) for
>> anything but trivial fixes? Then we only ever get "stable-ish"
>>
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
>>> that release), or mer
On 9 September 2011 05:26, Robert Bradshaw wrote:
> Does it work with icc if you replace
>
> # define CYTHON_UNUSED __attribute__ ((__unused__))
>
> with
>
> # define CYTHON_UNUSED __attribute__ ((unused))
>
> ?
>
>
> On Fri, Sep 9, 2011 at 12:28 AM, Christoph Gohlke wrote:
>> Hello,
>>
>>
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
>> that release), or merge the most important and easily mergeable changes
>> over to t