[Math] MATH-1300

2015-12-19 Thread Gilles
Hi. Review and opinions requested. Please have a look at https://issues.apache.org/jira/browse/MATH-1300 Thanks, Gilles - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail:

Re: [VOTE] Release JEXL 3.0 based on RC2

2015-12-19 Thread Oliver Heger
Build works fine with Java 1.6 and 1.8 on Windows 10. Artifacts and site look good. There are many findbugs and a bunch of PMD warnings, but this is not blocking. +1 Oliver Am 18.12.2015 um 17:05 schrieb Emmanuel Bourg: > Hi all, > > JEXL 3.0 RC2 is now available for review. > >

[Math] Exceptions from "JDKRandomGenerator"

2015-12-19 Thread Gilles
Hi. While experimenting on https://issues.apache.org/jira/browse/MATH-1300 I created a new JDKRandomGeneratorTest that inherits from RandomGeneratorAbstractTest similarly to the classes for testing all the other RNG implemented in CM. The following tests (implemented in the base class)

Re: [Math] Exceptions from "JDKRandomGenerator"

2015-12-19 Thread Phil Steitz
On 12/19/15 9:02 AM, Gilles wrote: > Hi. > > While experimenting on > https://issues.apache.org/jira/browse/MATH-1300 > I created a new > JDKRandomGeneratorTest > that inherits from > RandomGeneratorAbstractTest > similarly to the classes for testing all the other RNG implemented > in CM. >

[math] Jitpack.io

2015-12-19 Thread Ole Ersoy
In the process of making the firefly modules available for automatic install via maven I came across this: https://jitpack.io/ Thought it might help ease publishing of test artifacts for math. Cheers, - Ole - To unsubscribe,

Re: [math] ArithmeticUtils subAndCheck try catch

2015-12-19 Thread Gilles
On Fri, 18 Dec 2015 19:16:54 -0600, Ole Ersoy wrote: The (This is nit picky) ArithmeticUtils subAndCheck uses a message template that is meant for addition. Should it catch and rethrow the exception with a subtraction template? This is how the exception is thrown (Line 470):