plans for RC3->final

View: New views
7 Messages — Rating Filter:   Alert me  

plans for RC3->final

by Frank Wierzbicki :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I don't want to leave RC3 out too long, since I know some are holding
off on trunk checkins while 2.5.1 finishes up (at least I know I am).
Since we've been through 2 RCs already, does anyone object to a final
this weekend off of RC3?  Of course if we find a really nasty bug like
http://bugs.jython.org/issue1466 the plan will change.

-Frank

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Jython-dev mailing list
Jython-dev@...
https://lists.sourceforge.net/lists/listinfo/jython-dev

Re: plans for RC3->final

by Alan Kennedy-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

[Frank]
> I don't want to leave RC3 out too long, since I know some are holding
> off on trunk checkins while 2.5.1 finishes up (at least I know I am).
> Since we've been through 2 RCs already, does anyone object to a final
> this weekend off of RC3?  Of course if we find a really nasty bug like
> http://bugs.jython.org/issue1466 the plan will change.

There's a couple of modjy bugs that I'm going to look at today.

http://bugs.jython.org/issue1474
http://bugs.jython.org/issue1473

Alan.

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Jython-dev mailing list
Jython-dev@...
https://lists.sourceforge.net/lists/listinfo/jython-dev

Re: plans for RC3->final

by Frank Wierzbicki :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Sep 25, 2009 at 8:52 AM, Alan Kennedy <jython-dev@...> wrote:

> [Frank]
>> I don't want to leave RC3 out too long, since I know some are holding
>> off on trunk checkins while 2.5.1 finishes up (at least I know I am).
>> Since we've been through 2 RCs already, does anyone object to a final
>> this weekend off of RC3?  Of course if we find a really nasty bug like
>> http://bugs.jython.org/issue1466 the plan will change.
>
> There's a couple of modjy bugs that I'm going to look at today.
> http://bugs.jython.org/issue1474
> http://bugs.jython.org/issue1473
Would you mind holding off on these until 2.5.2?  I expect 2.5.2 will
come together reasonably quickly. These two bugs look to me to be more
like feature requests (or at least below the level of "stop the
release").

It may be time to put together a 2.5 maintenance branch so that
checking into trunk is almost always ok...

-Frank

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Jython-dev mailing list
Jython-dev@...
https://lists.sourceforge.net/lists/listinfo/jython-dev

Re: plans for RC3->final

by Frank Wierzbicki :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Sep 25, 2009 at 8:59 AM, Frank Wierzbicki <fwierzbicki@...> wrote:
>> There's a couple of modjy bugs that I'm going to look at today.
>> http://bugs.jython.org/issue1474
>> http://bugs.jython.org/issue1473
> Would you mind holding off on these until 2.5.2?
The other possibility is that if you are really really confident of
your changes, I could include them in a 2.5.1 final to be released
this weekend.

-Frank

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Jython-dev mailing list
Jython-dev@...
https://lists.sourceforge.net/lists/listinfo/jython-dev

Re: plans for RC3->final

by Alan Kennedy-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

[Alan]
>> There's a couple of modjy bugs that I'm going to look at today.
>> http://bugs.jython.org/issue1474
>> http://bugs.jython.org/issue1473

[Frank]
> Would you mind holding off on these until 2.5.2?  I expect 2.5.2 will
> come together reasonably quickly. These two bugs look to me to be more
> like feature requests (or at least below the level of "stop the
> release").

They're not major functionality changes, more like oversights in the
implementation. They are arguably easy for someone to add, for anyone
that needs them.

Maybe I'll just attach a patch to the bugs, then apply them after the weekend?

Alan.

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Jython-dev mailing list
Jython-dev@...
https://lists.sourceforge.net/lists/listinfo/jython-dev

Re: plans for RC3->final

by Jim Baker :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Holding the modjy RFE off until 2.5.2 (or as a patchset for those who need it) would be my preference. Any changes to 2.5.1 should necessitate an RC4, and that should only be for bugs of the severity that prompted RC3. Like everybody else here I'm sure, I don't want an RC4, enough is enough :)

I'm OK with a weekend final release given the small scope of change in RC3.

- Jim

On Fri, Sep 25, 2009 at 7:31 AM, Alan Kennedy <jython-dev@...> wrote:
[Alan]
>> There's a couple of modjy bugs that I'm going to look at today.
>> http://bugs.jython.org/issue1474
>> http://bugs.jython.org/issue1473

[Frank]
> Would you mind holding off on these until 2.5.2?  I expect 2.5.2 will
> come together reasonably quickly. These two bugs look to me to be more
> like feature requests (or at least below the level of "stop the
> release").

They're not major functionality changes, more like oversights in the
implementation. They are arguably easy for someone to add, for anyone
that needs them.

Maybe I'll just attach a patch to the bugs, then apply them after the weekend?

Alan.

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Jython-dev mailing list
Jython-dev@...
https://lists.sourceforge.net/lists/listinfo/jython-dev



--
Jim Baker
jbaker@...

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Jython-dev mailing list
Jython-dev@...
https://lists.sourceforge.net/lists/listinfo/jython-dev

Re: plans for RC3->final

by Alan Kennedy-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

[Jim]
> Holding the modjy RFE off until 2.5.2 (or as a patchset for those who need
> it) would be my preference. Any changes to 2.5.1 should necessitate an RC4,
> and that should only be for bugs of the severity that prompted RC3. Like
> everybody else here I'm sure, I don't want an RC4, enough is enough :)

Grand so, I'll fix those for 2.5.2.

Have a good weekend all.

Alan.

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Jython-dev mailing list
Jython-dev@...
https://lists.sourceforge.net/lists/listinfo/jython-dev