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

2011-09-11 Thread Stefan Behnel
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" features in, and the pull requests will also be documented. I agree.

Re: [Cython] Bugfix release

2011-09-11 Thread Stefan Behnel
mark florisson, 11.09.2011 16:35: On 11 September 2011 11:33, Stefan Behnel wrote: Robert Bradshaw, 11.09.2011 07:54: +1 to another release soon. Is there anything in the devel branch that's not ready to go out? Yes, the current state of my decorator changes breaks code in Sage. I wouldn't kn

Re: [Cython] Bugfix release

2011-09-11 Thread mark florisson
On 11 September 2011 11:33, Stefan Behnel wrote: > Robert Bradshaw, 11.09.2011 07:54: >> >> On Sat, Sep 10, 2011 at 10:32 PM, Vitja Makarov wrote: >>> >>> Are we going to make a bugfix release? >>> >>> There are some critical bugs in 0.15, T725 for example. > > Yes, and some others. > > >>> Think

Re: [Cython] Bugfix release

2011-09-11 Thread Stefan Behnel
Vitja Makarov, 11.09.2011 16:13: 2011/9/11 Stefan Behnel: A problem with the current master branch is that we already dropped support for Py2.3 in it... 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

Re: [Cython] Bugfix release

2011-09-11 Thread Vitja Makarov
2011/9/11 Stefan Behnel : > Stefan Behnel, 11.09.2011 13:33: >> >> Robert Bradshaw, 11.09.2011 07:54: >>> >>> On Sat, Sep 10, 2011 at 10:32 PM, Vitja Makarov wrote: Are we going to make a bugfix release? There are some critical bugs in 0.15, T725 for example. >> >> Yes, and some othe

Re: [Cython] Bugfix release

2011-09-11 Thread 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 the current release branch for 0.15.1 and

Re: [Cython] Bugfix release

2011-09-11 Thread Stefan Behnel
Stefan Behnel, 11.09.2011 13:33: Robert Bradshaw, 11.09.2011 07:54: On Sat, Sep 10, 2011 at 10:32 PM, Vitja Makarov wrote: Are we going to make a bugfix release? There are some critical bugs in 0.15, T725 for example. Yes, and some others. Think we should port fixes back to 0.15 and then re

Re: [Cython] Bugfix release

2011-09-11 Thread Stefan Behnel
Stefan Behnel, 11.09.2011 13:33: Robert Bradshaw, 11.09.2011 07:54: Is there anything in the devel branch that's not ready to go out? Yes, the current state of my decorator changes breaks code in Sage. I wouldn't know of anything else, so maybe it's enough to back those changes out from a bran

Re: [Cython] Bugfix release

2011-09-11 Thread Stefan Behnel
Robert Bradshaw, 11.09.2011 07:54: On Sat, Sep 10, 2011 at 10:32 PM, Vitja Makarov wrote: Are we going to make a bugfix release? There are some critical bugs in 0.15, T725 for example. Yes, and some others. Think we should port fixes back to 0.15 and then release it as 0.15.1 +1 +1 to

Re: [Cython] Bugfix release

2011-09-11 Thread mark florisson
On 11 September 2011 07:54, Robert Bradshaw wrote: > +1 to another release soon. Is there anything in the devel branch > that's not ready to go out? (I was also thinking of doing a release as > soon as fused functions and memory views got in.) > > On Sat, Sep 10, 2011 at 10:32 PM, Vitja Makarov