Re: [CLI] Release 1.3

2015-05-07 Thread Jörg Schaible
Hi Paul, Paul King wrote: > On Mon, May 4, 2015 at 4:06 PM, Benedikt Ritter wrote >> >> I would appreciate feedback for the RC from the Groovy project. >> > > Thanks for your work on progressing the 1.3 release Benedikt. We have > built Groovy using the RC-1 candidate jar and the build and all

[RESULT][VOTE][LAZY] Release commons-skin-4.1 based on RC1

2015-05-07 Thread Benedikt Ritter
2015-05-03 11:43 GMT+02:00 Benedikt Ritter : > Hi all, > > the Commons RDF project has discovered a problem with the Commons Skin > when using it with a base url different from commons.apache.org (see > COMMONSSITE-82 [1]). To fix this, I'd like to call a vote by lazy consensus > to release common

Re: [VOTE] Release Apache Commons CLI 1.3 based on RC1

2015-05-07 Thread Benedikt Ritter
2015-05-03 19:21 GMT+02:00 Gary Gregory : > The new class DefaultParser does not use generics to define the options > List, that is suspicious. Looking closer, the list can hold a mix of > OptionGroup and String instances. Really? Looking at Options I see the list > defined as List. This avoids co

Re: [CLI] Release 1.3

2015-05-07 Thread Paul King
Yes Jörg, I'll keep that in mind. Cheers,Paul. On Thu, May 7, 2015 at 5:28 PM, Jörg Schaible wrote: > Hi Paul, > > Paul King wrote: > > > On Mon, May 4, 2015 at 4:06 PM, Benedikt Ritter > wrote > >> > >> I would appreciate feedback for the RC from the Groovy project. > >> > > > > Thanks for y

Re: [VOTE] Release Apache Commons CLI 1.3 based on RC1

2015-05-07 Thread Thomas Neidhart
This whole issue was already discussed something like 2 years ago. There is no way to clean this up in the 1.x branch, changing the return type to List is probably the best you can do. For now, I would just fix known bugs and move on to cli2 with a clean codebase. Thomas On Thu, May 7, 2015 at 1

Re: [VOTE] Release Apache Commons CLI 1.3 based on RC1

2015-05-07 Thread Benedikt Ritter
Hi Thomas, 2015-05-07 12:29 GMT+02:00 Thomas Neidhart : > This whole issue was already discussed something like 2 years ago. > There is no way to clean this up in the 1.x branch, changing the return > type to List is probably the best you can do. > > For now, I would just fix known bugs and move

Re: [math] Attempt to circumvent some errors which seem to be platform-dependent.

2015-05-07 Thread Thomas Neidhart
After my last test, the test failures seem to have disappeared, see here: https://builds.apache.org/job/Commons%20Math%20H10/ Thomas On Tue, May 5, 2015 at 4:39 PM, Luc Maisonobe wrote: > Le 05/05/2015 10:51, Luc Maisonobe a écrit : > > Le 04/05/2015 23:30, Thomas Neidhart a écrit : > >> On 05/

Re: [math] Attempt to circumvent some errors which seem to be platform-dependent.

2015-05-07 Thread Luc Maisonobe
Le 07/05/2015 15:04, Thomas Neidhart a écrit : > After my last test, the test failures seem to have disappeared, see here: > https://builds.apache.org/job/Commons%20Math%20H10/ Thanks. I was working on this since two days. It also occurred to me that the optimizers did rearrange the order of the

Re: [math] Attempt to circumvent some errors which seem to be platform-dependent.

2015-05-07 Thread Thomas Neidhart
I did not want to invalidate your effort, but check if a faulty branch prediction / optimization might be the cause of the problem, which seems to be confirmed now. If you have an improved version of the pow function, please go ahead with your modifications. Thomas On Thu, May 7, 2015 at 3:28 P

Re: [math] Attempt to circumvent some errors which seem to be platform-dependent.

2015-05-07 Thread Luc Maisonobe
Le 07/05/2015 15:42, Thomas Neidhart a écrit : > I did not want to invalidate your effort, Don't worry about that. I learned a lot doing this, including something that really surprised me: pow(NaN, 0.0) *must* be 1.0 and not NaN. AFAIK this is the only case where a NaN input does not propagate to

[ANNOUNCE] Apache Commons Skin 4.1 has been released

2015-05-07 Thread Benedikt Ritter
Hello, The Apache Commons Team is pleased to announce the release of the Apache Commons Skin 4.1. The Apache Commons Skin is used for building all the Apache Commons component websites. 4.1 is a bugfix release for the previous release, which only contains one fix that was reported by the Commons

Re: [VOTE] Release Apache Commons CLI 1.3 based on RC1

2015-05-07 Thread Benedikt Ritter
My +1 for this release. 2015-05-03 17:18 GMT+02:00 Benedikt Ritter : > Hi, > > We have fixed quite a few bugs and added some significant enhancements > since CLI 1.2 was released and the Groovy Project is asking for a new > release, so I would like to release CLI 1.3. The most notable change is t

Re: [math] Attempt to circumvent some errors which seem to be platform-dependent.

2015-05-07 Thread Thomas Neidhart
On 05/07/2015 03:58 PM, Luc Maisonobe wrote: > Le 07/05/2015 15:42, Thomas Neidhart a écrit : >> I did not want to invalidate your effort, > > > Don't worry about that. I learned a lot doing this, including > something that really surprised me: pow(NaN, 0.0) *must* be 1.0 > and not NaN. AFAIK thi