Gilles,
Sounds good. I've created GEOMETRY-95 to track this. I'm picturing adding new
example code and a separate page to the userguide, with pictures. I'll have
more questions for you once I get to the implementation. I also added the tag
"beta1" to all of the JIRA issues I'd like complete for
Currently, on https://commons.apache.org/proper/commons-io/ and other
components, we have a "library" of Javadoc for old versions. I initially
thought this handy, now, I am not so sure.
Should be get rid of such libraries and only have Javadoc for the current
version?
Gary
I find them useful. We often use old versions in my day job and these links are
the quickest and easiest way to get to the docs.
-Matt
From: Gary Gregory
Sent: Monday, April 20, 2020 9:50 AM
To: Commons Developers List
Subject: [IO] and Javadoc library
Currentl
Hi all,
I'm a new contributor, but I've been using Commons Lang for a while now,
and I feel that porting Commons Lang to Kotlin would be very useful for
Kotlin development, as a lot of its methods (particularly those in the
Utils classes) are not present in the Kotlin standard library, and these
c
On Mon, Apr 20, 2020 at 11:55 AM Gary Gregory
wrote:
> On Mon, Apr 20, 2020 at 10:28 AM Matt Juntunen
> wrote:
>
>> I find them useful. We often use old versions in my day job and these
>> links are the quickest and easiest way to get to the docs.
>>
>
> What do you all think about pointing to h
On Mon, Apr 20, 2020 at 10:28 AM Matt Juntunen
wrote:
> I find them useful. We often use old versions in my day job and these
> links are the quickest and easiest way to get to the docs.
>
What do you all think about pointing to https://javadoc.io/? for all old
versions?
>
> -Matt
> ___
I've gotten through the JNA code and Random code for increasing unit
testing. I've got some changes I'm readying to bump up coverage by a
few percentage points, mainly along the lines of passing in invalid
output and making sure nothing falls over.
@Alex, any luck with the stream portion of the t
Still plugging away on streams. I bumped one class 15 to 20 points and I'm
on to the next class. My initial impression is that there's good coverage
on the happy paths, but anything non-standard is less well covered. The
biggest challenge so far has been to figure out what input to use to get to