Re: [numbers-fraction] Double approximation constructor/factory method overhaul

2019-07-16 Thread Eric Barnhill
On Tue, Jul 16, 2019 at 2:41 PM Heinrich Bohne wrote: > > Do you think we really even need a BigFraction class at all in the > context > > of these upgrades? Or should one of the Fraction factory methods just > take > > BigInteger argumentsm and all fractions use the lazy dynamic method of > >

[VOTE][RESULT] Release Apache Commons VFS Project 2.4 based on RC1

2019-07-16 Thread Gary Gregory
This VOTE passes with the following +1 votes: - Gary Gregory (binding) - Rob Tompkins (binding) - Otto Fowler (non-binding) - Pascal Schumacher (binding) Gary On Tue, Jul 16, 2019 at 5:48 PM Pascal Schumacher wrote: > +1 > > Am 16.07.2019 um 17:13 schrieb Otto Fowler: > > +1 thanks Gary for

Re: [VOTE] Release Apache Commons VFS Project 2.4 based on RC1

2019-07-16 Thread Pascal Schumacher
+1 Am 16.07.2019 um 17:13 schrieb Otto Fowler: +1 thanks Gary for keeping the VFS momentum up. On July 16, 2019 at 07:20:20, Gary Gregory (garydgreg...@gmail.com) wrote: May we have more (binding) VOTE(s) please? Gary On Fri, Jul 12, 2019, 12:27 Gary Gregory wrote: We have fixed quite

Re: [numbers-fraction] Double approximation constructor/factory method overhaul

2019-07-16 Thread Heinrich Bohne
Do you think we really even need a BigFraction class at all in the context of these upgrades? Or should one of the Fraction factory methods just take BigInteger argumentsm and all fractions use the lazy dynamic method of calculation you are proposing? I don't quite understand what you mean by

Re: [codec][csv] release

2019-07-16 Thread Gary Gregory
On Tue, Jul 16, 2019 at 5:37 PM Alex Herbert wrote: > > > > On 16 Jul 2019, at 21:46, Gary Gregory wrote: > > > > Hi All, > > > > There have been requests for Codec ad CSV to be released, so I plan on > > getting to these soon. > > I have an outstanding PR for a bug CSV-247 [1] that requires a

Re: [codec][csv] release

2019-07-16 Thread Alex Herbert
> On 16 Jul 2019, at 21:46, Gary Gregory wrote: > > Hi All, > > There have been requests for Codec ad CSV to be released, so I plan on > getting to these soon. I have an outstanding PR for a bug CSV-247 [1] that requires a review. There is also the major bug CSV-248 where the CSVRecord is

[codec][csv] release

2019-07-16 Thread Gary Gregory
Hi All, There have been requests for Codec ad CSV to be released, so I plan on getting to these soon. First, we need to wrap up Collections 4.4 RC1. Gary

Re: [VOTE] Release Apache Commons VFS Project 2.4 based on RC1

2019-07-16 Thread Gary Gregory
On Tue, Jul 16, 2019 at 3:47 PM Rob Tompkins wrote: > I’m not sure that Otto is in the PMC. Anyone else out there willing to > help here? > Indeed, Otto is not on the PMC. Gary > > -Rob > > > On Jul 16, 2019, at 11:13 AM, Otto Fowler > wrote: > > > > +1 thanks Gary for keeping the VFS

Re: [VOTE] Release Apache Commons VFS Project 2.4 based on RC1

2019-07-16 Thread Rob Tompkins
I’m not sure that Otto is in the PMC. Anyone else out there willing to help here? -Rob > On Jul 16, 2019, at 11:13 AM, Otto Fowler wrote: > > +1 thanks Gary for keeping the VFS momentum up. > > > > > On July 16, 2019 at 07:20:20, Gary Gregory (garydgreg...@gmail.com) wrote: > > May we

Re: [numbers-fraction] Double approximation constructor/factory method overhaul

2019-07-16 Thread Eric Barnhill
Sorry for the delay, I was on vacation. On Fri, Jul 5, 2019 at 2:09 PM Heinrich Bohne wrote: > Hello! > > I think a re-design of the factory method BigFraction.from(double, > double, int, int) is in order, because I see several problems with it: > > First, having a separate fraction class

Re: [VOTE] Release Apache Commons VFS Project 2.4 based on RC1

2019-07-16 Thread Otto Fowler
+1 thanks Gary for keeping the VFS momentum up. On July 16, 2019 at 07:20:20, Gary Gregory (garydgreg...@gmail.com) wrote: May we have more (binding) VOTE(s) please? Gary On Fri, Jul 12, 2019, 12:27 Gary Gregory wrote: > We have fixed quite a few bugs and added some significant

Re: [VOTE] Release Apache Commons VFS Project 2.4 based on RC1

2019-07-16 Thread Gary Gregory
May we have more (binding) VOTE(s) please? Gary On Fri, Jul 12, 2019, 12:27 Gary Gregory wrote: > We have fixed quite a few bugs and added some significant enhancements > since Apache Commons VFS Project 2.3 was released, so I would like to > release Apache Commons VFS Project 2.4. > > Apache