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

2011-09-12 Thread Vitja Makarov
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

Re: [Cython] development work-flow (was: Bugfix release)

2011-09-12 Thread Vitja Makarov
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

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

2011-09-12 Thread 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 __attribute__ ((unused)) >> >> ? >> >> >>

Re: [Cython] development work-flow (was: Bugfix release)

2011-09-12 Thread 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? Then we only ever get "stable-ish" >>

Re: [Cython] Bugfix release

2011-09-12 Thread Robert Bradshaw
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

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

2011-09-12 Thread Lisandro Dalcin
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, >> >>

Re: [Cython] Bugfix release

2011-09-12 Thread Vitja Makarov
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