Re: [LANG] Release Manager?

2013-05-01 Thread Henri Yandell
If you're good with LANG-873 being resolved, then I think a release can happen anytime from a JIRA point of view. I don't know where we stand with pmd/findbugs/checkstyle. It feels like new ones have shown up and I'm not convinced they're important, plus there are the usual old items that we haven

Re: [math] fluent/builder API for algorithms in 4.0 ?

2013-05-01 Thread Luc Maisonobe
Le 01/05/2013 17:53, Gilles a écrit : >> [...] >> One of the pitfalls or devil in the details we can expect is we attempt >> to do this while still having a class hierarchy for some aspects, >> typically with an abstract class at the top. >> >> Lets consider a withMaxEvaluation(int maxEval) impleme

Re: [collections] beta release - howto

2013-05-01 Thread Jochen Wiedmann
Thanks for bringing me into context, Phil. Of course, I agree with all your points. Jochen On Mon, Apr 29, 2013 at 4:51 PM, Phil Steitz wrote: > On 4/29/13 5:39 AM, Jochen Wiedmann wrote: > > On Mon, Apr 29, 2013 at 11:02 AM, sebb wrote: > > > >> On 29 April 2013 09:42, Thomas Neidhart > wr

Re: [math] fluent/builder API for algorithms in 4.0 ?

2013-05-01 Thread Gilles
[...] One of the pitfalls or devil in the details we can expect is we attempt to do this while still having a class hierarchy for some aspects, typically with an abstract class at the top. Lets consider a withMaxEvaluation(int maxEval) implementation which may probably be implemented once in t

Re: [LANG] Release Manager?

2013-05-01 Thread Gary Gregory
I just went through the process for Codec so it painfully fresh in my mind... Give me an idea of when you'd like to see that happen. Gary On May 1, 2013, at 3:16, Henri Yandell wrote: > Anyone available to volunteer to release Lang? > > I'd love to see releases happening, but I don't have the f

Re: [CSV] CSV-58 is killing me

2013-05-01 Thread sebb
On 1 May 2013 08:53, Benedikt Ritter wrote: > Hi, > > I have tried to solve CSV-58 - Escape handling needs rethinking [1] a few > times over the past weeks now. But I can not see a way to get this working. > There are two problems with our current implementation: > > 1. a sequence of " test \a te

Re: [math] fluent/builder API for algorithms in 4.0 ?

2013-05-01 Thread Luc Maisonobe
Hi Thomas, Le 30/04/2013 11:11, Thomas Neidhart a écrit : > +1, looks really nice. > > Would like to do the same for the Clusterer interface. Sure. So it seems we have candidate to try this on optim, clusterer and ode. This should give a broad testing field. One of the pitfalls or devil in the

Re: [math] fluent/builder API for algorithms in 4.0 ?

2013-05-01 Thread Luc Maisonobe
Hi Sebb, Le 30/04/2013 20:33, sebb a écrit : > On 30 April 2013 19:12, Phil Steitz wrote: > >> On 4/30/13 10:27 AM, sebb wrote: >>> On 30 April 2013 17:28, Phil Steitz wrote: >>> On 4/29/13 9:40 AM, Luc Maisonobe wrote: > Hi all, > > Since 2.x series, we have been struggling in

[CSV] CSV-58 is killing me

2013-05-01 Thread Benedikt Ritter
Hi, I have tried to solve CSV-58 - Escape handling needs rethinking [1] a few times over the past weeks now. But I can not see a way to get this working. There are two problems with our current implementation: 1. a sequence of " test \a test" will be parsed to "test a test", although there is no

[LANG] Release Manager?

2013-05-01 Thread Henri Yandell
Anyone available to volunteer to release Lang? I'd love to see releases happening, but I don't have the free time myself :( I tend to have an hour available in the evening when the kids are asleep and that's tough to fit release management into. Hen