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
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-chain2 has an issue affecting its community integration.
This issu
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=24515&projectId=97
Build statistics:
State: Failed
Previous State: Failed
Started at: Sun 5 Aug 2012 03:42:00 +
Finished at: Sun 5 Aug 2012 03:48:28 +
Total time: 6m 27s
Build Trigger: Schedule
Bu
Hi Ralph--thanks for opening this up and offering a concrete
direction. This sounds like a good approach and I will try to read up
on the link you provided in the next couple of days.
Matt
On Sat, Aug 4, 2012 at 2:59 PM, Ralph Goers wrote:
> Infra has mandated that all projects move to the Apac
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 i
Looks right.
Is strict equality correct in the first case? or should that be x <= -1?
On Sat, Aug 4, 2012 at 5:33 PM, Gilles Sadowski <
gil...@harfang.homelinux.org> wrote:
> Hi.
>
> I notice this code at the top of "FastMath.log1p":
> ---CUT---
> if (x == -1) {
> return x/0.
Sounds right.
On Sat, Aug 4, 2012 at 5:16 PM, Gilles Sadowski <
gil...@harfang.homelinux.org> wrote:
>
> > No strong objections, but I see it as needless code bloat
> > personally. Also, without changing visibility (which I am -1 on)
> > for the inner class, I don't see an easy way to add tests
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-logging-test has an issue affecting its community integration.
Thi
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-math has an issue affecting its community integration.
This issue
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=24510&projectId=97
Build statistics:
State: Failed
Previous State: Failed
Started at: Sat 4 Aug 2012 23:37:06 +
Finished at: Sat 4 Aug 2012 23:43:07 +
Total time: 6m 1s
Build Trigger: Schedule
Bui
Hi.
I notice this code at the top of "FastMath.log1p":
---CUT---
if (x == -1) {
return x/0.0; // -Infinity
}
if (x > 0 && 1/x == 0) { // x = Infinity
return x;
}
---CUT---
which I'm tempted to rewrite as:
---CUT---
if (x == -1) {
On Sat, Aug 04, 2012 at 03:01:49PM -0700, Phil Steitz wrote:
> On 8/4/12 11:57 AM, Gilles Sadowski wrote:
> > Hi.
> >
> > It seems that the patch for MATH-610
> > https://issues.apache.org/jira/browse/MATH-610
> > is fairly innocuous.
> >
> > Does anyone object to it being applied?
> >
> >
> > Gi
On 8/4/12 11:57 AM, Gilles Sadowski wrote:
> Hi.
>
> It seems that the patch for MATH-610
> https://issues.apache.org/jira/browse/MATH-610
> is fairly innocuous.
>
> Does anyone object to it being applied?
>
>
> Gilles
>
> -
> To
Not much to object to, but it does smack of pedantry.
On Sat, Aug 4, 2012 at 12:57 PM, Gilles Sadowski <
gil...@harfang.homelinux.org> wrote:
> Hi.
>
> It seems that the patch for MATH-610
> https://issues.apache.org/jira/browse/MATH-610
> is fairly innocuous.
>
> Does anyone object to it being
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=24506&projectId=97
Build statistics:
State: Failed
Previous State: Ok
Started at: Sat 4 Aug 2012 20:24:36 +
Finished at: Sat 4 Aug 2012 20:31:26 +
Total time: 6m 49s
Build Trigger: Schedule
Build
Infra has mandated that all projects move to the Apache CMS (or svnpubsub) by
the end of the year. We also must change from distributing releases from
people.apache.org to https://dist.apache.org/repos/dist/commons. Changing the
second item is fairly trivial but migrating the web site is a pret
Hi.
It seems that the patch for MATH-610
https://issues.apache.org/jira/browse/MATH-610
is fairly innocuous.
Does anyone object to it being applied?
Gilles
-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For add
Hello Sébastien.
>
> >
> > More than 60 issues have been resolved since the release of Commons Math
> > 3.0.
> > I think that it is time to lay out a road map for the next release (3.1),
> > with a target date of early September (at which point, 3.0 will be 6 months
> > old).
> >
> I agree.
>
>
Hello Thomas.
> > More than 60 issues have been resolved since the release of Commons Math
> > 3.0.
>
> The number of resolved issues in JIRA is misleading as it includes also
> issues resolved as Won't Fix or Duplicate. Also not all issues have been
> closed after the release of 3.0, some have b
Hi Gilles,
>
> More than 60 issues have been resolved since the release of Commons Math
> 3.0.
> I think that it is time to lay out a road map for the next release (3.1),
> with a target date of early September (at which point, 3.0 will be 6 months
> old).
>
I agree.
>
> The following issues have
Hello.
Referring to this failed test (cf. messages from Continuum):
---CUT---
org.apache.commons.math3.exception.NumberIsTooLargeException: lower bound (65)
must be strictly less than upper bound (65)
at
org.apache.commons.math3.distribution.UniformIntegerDistribution.(UniformIntegerDist
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=24501&projectId=97
Build statistics:
State: Failed
Previous State: Ok
Started at: Sat 4 Aug 2012 17:39:45 +
Finished at: Sat 4 Aug 2012 17:46:40 +
Total time: 6m 55s
Build Trigger: Schedule
Build
On Sat, Aug 04, 2012 at 02:38:44PM +0200, Thomas Neidhart wrote:
> On 08/04/2012 02:13 PM, Gilles Sadowski wrote:
> > On Fri, Aug 03, 2012 at 08:47:56PM +, Continuum@vmbuild wrote:
> >> Online report :
> >> http://vmbuild.apache.org/continuum/buildResult.action?buildId=24474&projectId=97
> >>
Hello.
I cannot figure why "Clirr" now fails to generate its report and entails the
fail of the build on my machine:
---CUT---
[INFO] Generating "Clirr" report--- clirr-maven-plugin:2.3
[INFO] Comparing to version: 3.0
[ERROR] Unable to find information in class
org.apache.commons.math3.analy
Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=24496&projectId=72
Build statistics:
State: Failed
Previous State: Ok
Started at: Sat 4 Aug 2012 15:42:31 +
Finished at: Sat 4 Aug 2012 15:45:43 +
Total time: 3m 11s
Build Trigger: Schedule
Build
On 4 August 2012 10:54, Thomas Neidhart wrote:
> On 08/04/2012 11:26 AM, sebb wrote:
>> On 4 August 2012 10:06, wrote:
>>> Author: tn
>>> Date: Sat Aug 4 09:06:21 2012
>>> New Revision: 1369292
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1369292&view=rev
>>> Log:
>>> Add javadoc comment to pr
Hi,
On 03/08/2012 15:00, Simone Tripodi wrote:
¡Hola!
Also remember that if we ever want to deal with, say, multiplications,
monoids are only going to be in the way (we already touched this topic
before, see [1]). I'm still happy to update and simplify names, only
following a different pattern
On 08/03/2012 10:22 PM, Gilles Sadowski wrote:
> Hello.
>
> More than 60 issues have been resolved since the release of Commons Math
> 3.0.
The number of resolved issues in JIRA is misleading as it includes also
issues resolved as Won't Fix or Duplicate. Also not all issues have been
closed after
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-logging-test has an issue affecting its community integration.
Thi
On 08/04/2012 02:13 PM, Gilles Sadowski wrote:
> On Fri, Aug 03, 2012 at 08:47:56PM +, Continuum@vmbuild wrote:
>> Online report :
>> http://vmbuild.apache.org/continuum/buildResult.action?buildId=24474&projectId=97
>>
>> Build statistics:
>> State: Failed
>> Previous State: Failed
>> St
Hello,
Thanks for your feedback and the pointer to PARI/GP. About existing stuff,
it seems there is none written in Java: I asked the question on
stackoverflow a while ago, nobody knows any library for the JVM.
About the applications, well, I agree it is not the #1 required
functionality in most a
On Fri, Aug 03, 2012 at 08:47:56PM +, Continuum@vmbuild wrote:
> Online report :
> http://vmbuild.apache.org/continuum/buildResult.action?buildId=24474&projectId=97
>
> Build statistics:
> State: Failed
> Previous State: Failed
> Started at: Fri 3 Aug 2012 20:41:53 +
> Finished at
Le 03/08/2012 22:22, Gilles Sadowski a écrit :
> Hello.
Hi Gilles,
>
> More than 60 issues have been resolved since the release of Commons Math
> 3.0.
> I think that it is time to lay out a road map for the next release (3.1),
> with a target date of early September (at which point, 3.0 will be
On 08/04/2012 11:26 AM, sebb wrote:
> On 4 August 2012 10:06, wrote:
>> Author: tn
>> Date: Sat Aug 4 09:06:21 2012
>> New Revision: 1369292
>>
>> URL: http://svn.apache.org/viewvc?rev=1369292&view=rev
>> Log:
>> Add javadoc comment to prevent removal of a generics fix.
>>
>> Modified:
>>
>
On 4 August 2012 10:06, wrote:
> Author: tn
> Date: Sat Aug 4 09:06:21 2012
> New Revision: 1369292
>
> URL: http://svn.apache.org/viewvc?rev=1369292&view=rev
> Log:
> Add javadoc comment to prevent removal of a generics fix.
>
> Modified:
>
> commons/proper/collections/trunk/src/test/java/
35 matches
Mail list logo