Re: [lang] Preparing for a 2.5 release

2010-02-03 Thread sebb
On 03/02/2010, Niall Pemberton wrote: > On Wed, Feb 3, 2010 at 2:22 AM, Niall Pemberton > wrote: > > For anyone who hasn't noticed I've been back-porting Commons Lang > > changes from the trunk to a 2.x branch: > > > >http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/ >

Re: [lang] Preparing for a 2.5 release

2010-02-03 Thread Matt Benson
I'll only say that not autoboxing by default is already over-paranoid when you consider that you're usually talking about doing reflective invocations, for which Objects (and therefore unboxing) are needed to make calls with primitive arguments. If you're talking about compiler-level stuff

Re: [lang] Preparing for a 2.5 release

2010-02-03 Thread Niall Pemberton
On Wed, Feb 3, 2010 at 3:28 PM, Matt Benson wrote: > If you're offering, the changes I made yesterday to ClassUtils to default > autoboxing based on RT Java version should probably be ported.  After that, > autoboxing can actually just be defaulted to true in trunk as it will > require Java 5+ at

Re: [lang] Preparing for a 2.5 release

2010-02-03 Thread Matt Benson
If you're offering, the changes I made yesterday to ClassUtils to default autoboxing based on RT Java version should probably be ported. After that, autoboxing can actually just be defaulted to true in trunk as it will require Java 5+ at RT. Thanks, Matt On Feb 2, 2010, at 8:22 PM, Niall

Re: [math] Work going on on SVD

2010-02-03 Thread Phil Steitz
Luc Maisonobe wrote: > Luc Maisonobe a écrit : >> Dimitri Pourbaix a écrit : >>> Hi, >> Hi Dimitri, >> >>> In its present form (CM2.0), SingularValueDecomposition suffers some >>> problems when the matrix is (numerically) singular. Luc proposed a >>> way to improve the situation by limiting the si

Re: svn commit: r905919 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/CharRange.java test/java/org/apache/commons/lang3/CharRangeTest.java

2010-02-03 Thread Niall Pemberton
CharRange should now implement Iterable. Niall On Wed, Feb 3, 2010 at 7:31 AM, wrote: > Author: bayard > Date: Wed Feb  3 07:31:10 2010 > New Revision: 905919 > > URL: http://svn.apache.org/viewvc?rev=905919&view=rev > Log: > Adding Vincent Ricard's patch to CharRange.java providing an iterator