Re: [numbers] NUMBERS-40: Exception Consistency

2020-02-07 Thread Matt Juntunen
Hello, I took a closer look at the exception behavior for each module and I did discover an inconsistency in the RegularizedGamma.P.value() method in the commons-numbers-gamma module. In some cases, the code would delegate to RegularizedGamma.Q.value(), which uses a subclass of ContinuedFractio

Re: [lang] New Streams code breaks build

2020-02-07 Thread Alex Herbert
> On 7 Feb 2020, at 21:04, Alex Herbert wrote: > > > >> On 7 Feb 2020, at 21:02, Jochen Wiedmann wrote: >> >> Hi, Alex, >> >> On Tue, Feb 4, 2020 at 10:06 PM Alex Herbert >> wrote: >> >>> Travis just uses ‘mvn’. This triggers the default goal in the pom which >>> does this: >> >> Tha

Re: [lang] New Streams code breaks build

2020-02-07 Thread Alex Herbert
> On 7 Feb 2020, at 21:02, Jochen Wiedmann wrote: > > Hi, Alex, > > On Tue, Feb 4, 2020 at 10:06 PM Alex Herbert wrote: > >> Travis just uses ‘mvn’. This triggers the default goal in the pom which does >> this: > > Thanks for the information. I wasn't even aware, that there is a default g

Re: [lang] New Streams code breaks build

2020-02-07 Thread Jochen Wiedmann
Hi, Alex, On Tue, Feb 4, 2020 at 10:06 PM Alex Herbert wrote: > Travis just uses ‘mvn’. This triggers the default goal in the pom which does > this: Thanks for the information. I wasn't even aware, that there is a default goal. > I did note when I had a look that the main javadoc gives the e