Re: [Math] Backward compatibility

2010-06-30 Thread Gilles Sadowski
Hi. > +! Unreleased code is subject to change, including deletion or > incompatible API change. There is a "checkOrder" method in "util.MathUtils" throwing an "IllegalArgumentException". I'll create the more specific NotIncreasingSequenceException NotStrictlyIncreasingSequenceException that

Re: [Math] Backward compatibility

2010-06-29 Thread James Carman
On Tue, Jun 29, 2010 at 9:18 PM, Phil Steitz wrote: > +!  Unreleased code is subject to change, including deletion or > incompatible API change. > What he said! - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For ad

Re: [Math] Backward compatibility

2010-06-29 Thread Phil Steitz
James Carman wrote: > On Tue, Jun 29, 2010 at 7:46 PM, Gilles Sadowski > wrote: >> Not in an official release since 2.2 isn't out yet. >> > > Well, since the code hasn't been released (it's a new > method/constructor I presume?), I would think that anything new that's > in SVN should be considere

Re: [Math] Backward compatibility

2010-06-29 Thread James Carman
On Tue, Jun 29, 2010 at 7:46 PM, Gilles Sadowski wrote: > Not in an official release since 2.2 isn't out yet. > Well, since the code hasn't been released (it's a new method/constructor I presume?), I would think that anything new that's in SVN should be considered a work-in-progress. So, I don't

Re: [Math] Backward compatibility

2010-06-29 Thread Gilles Sadowski
> Is it part of a public API that went out in a release already? [...] > > > Is it OK to perform non backward-compatible changes in code that wasn't > > offcially released yet (i.e. in code tagged with the "@since 2.2" javadoc > > comment)? Not in an official release since 2.2 isn't out yet. >

Re: [Math] Backward compatibility

2010-06-29 Thread James Carman
Is it part of a public API that went out in a release already? What method do you have in mind? On Tue, Jun 29, 2010 at 7:12 PM, Gilles Sadowski wrote: > Hi. > > Is it OK to perform non backward-compatible changes in code that wasn't > offcially released yet (i.e. in code tagged with the "@since

[Math] Backward compatibility

2010-06-29 Thread Gilles Sadowski
Hi. Is it OK to perform non backward-compatible changes in code that wasn't offcially released yet (i.e. in code tagged with the "@since 2.2" javadoc comment)? Best regards, Gilles - To unsubscribe, e-mail: dev-unsubscr...@comm