Re: svn commit: r1235038 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math: exception/util/ genetics/

2012-01-24 Thread Thomas Neidhart
On 01/24/2012 12:56 AM, Gilles Sadowski wrote: Hi Thomas. Hi Gilles, [snip code review] thanks for looking into all the messages, I will fix them according to your suggestions. @issue: I was hesitating to assign the issue to myself as it was opened by Phil, but I will do so in the future if

Re: [functor] CharacterRange, FloatRange, DoubleRange and open/closed intervals

2012-01-24 Thread Bruno P. Kinoshita
Hi Matt, I think we might do better to handle both tasks by designing a generic Range builder API, and removing the existing Range classes.  This way either type of bounding could be requested by the user at his convenience. Great idea Matt. Should we file an issue in JIRA for this?

Re: [functor] CharacterRange, FloatRange, DoubleRange and open/closed intervals

2012-01-24 Thread Matt Benson
On Tue, Jan 24, 2012 at 12:37 PM, Bruno P. Kinoshita brunodepau...@yahoo.com.br wrote: Hi Matt, I think we might do better to handle both tasks by designing a generic Range builder API, and removing the existing Range classes.  This way either type of bounding could be requested by the user

Re: [functor] CharacterRange, FloatRange, DoubleRange and open/closed intervals

2012-01-24 Thread Adrian Crum
On 1/24/2012 6:58 PM, Matt Benson wrote: IMO the difference between [lang]'s and [functor]'s range concepts is that those in [lang] are intended to be able to say whether a given value is in the Range, but, with the exception of CharRange (this class is not even public), they make no provision

Re: [functor] CharacterRange, FloatRange, DoubleRange and open/closed intervals

2012-01-24 Thread Matt Benson
Thanks for your interest, Adrian! Comments inline: On Tue, Jan 24, 2012 at 1:58 PM, Adrian Crum adrian.c...@sandglass-software.com wrote: On 1/24/2012 6:58 PM, Matt Benson wrote: IMO the difference between [lang]'s and [functor]'s range concepts is that those in [lang] are intended to be

Re: [functor] CharacterRange, FloatRange, DoubleRange and open/closed intervals

2012-01-24 Thread Adrian Crum
On 1/24/2012 8:15 PM, Matt Benson wrote: Thanks for your interest, Adrian! Comments inline: On Tue, Jan 24, 2012 at 1:58 PM, Adrian Crum adrian.c...@sandglass-software.com wrote: On 1/24/2012 6:58 PM, Matt Benson wrote: IMO the difference between [lang]'s and [functor]'s range concepts is

Re: [functor] CharacterRange, FloatRange, DoubleRange and open/closed intervals

2012-01-24 Thread Bruno P. Kinoshita
I've sifted through the archives in commons-dev from ~2002 and found some threads that can be useful regarding the Generators API. I will read it again later to see what I can come up with :) Below are the links and with a short description of each one. --- Proposal of generators in functor

Re: [functor] CharacterRange, FloatRange, DoubleRange and open/closed intervals

2012-01-24 Thread Bruno P. Kinoshita
Sounds great for me too :) Cheers, Bruno P. Kinoshita http://kinoshita.eti.br http://tupilabs.com - Mensagem original - De: Adrian Crum adrian.c...@sandglass-software.com Para: Commons Developers List dev@commons.apache.org Cc: Enviadas: Terça-feira, 24 de Janeiro de 2012

Re: [functor] CharacterRange, FloatRange, DoubleRange and open/closed intervals

2012-01-24 Thread Adrian Crum
After looking at the Lang 3 Range API, I realized an Iterator factory should be kept external to the Range class: RangeDate dateRange = Range.between(thisMonth, nextMonth); IteratorDate dayIterator = RangeIteratorFactory.getInstance(dateRange, Calendar.DATE); RangeInteger intRange =

[GUMP@vmgump]: Project commons-digester3 (in module apache-commons) failed

2012-01-24 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-digester3 has an issue affecting its community integration. This

[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2012-01-24 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-proxy-test has an issue affecting its community integration. This

[dbcp] Thread safety issue (DBCP-376)

2012-01-24 Thread Dave Oxley
Hi, I'm still looking into this issue but haven't had much luck tracking it down yet. Has anyone had a chance to have a look at it yet or have any comments about it? Cheers, Dave. - To unsubscribe, e-mail:

Re: svn commit: r1235614 - in /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl: ASTEval.java SimpleNode.java

2012-01-24 Thread Simone Tripodi
great!!! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Wed, Jan 25, 2012 at 4:31 AM, mcucchi...@apache.org wrote: Author: mcucchiara Date: Wed Jan 25 03:31:12 2012 New Revision: 1235614 URL: