Re: [PROPOSAL] Change the minimum supported Erlang version to OTP 19

2018-12-20 Thread Nick Vatamaniuc
+1 Good call, Jay! On Thu, Dec 20, 2018 at 11:29 AM Alexander Shorin wrote: > On Thu, Dec 20, 2018 at 7:17 PM Joan Touzet wrote > >10:07 * In the 20.x series don't got below 20.3.8.11 There > was a nasty monitor > > related bug in Erlang that davisp fixed > https://gi

Re: [PROPOSAL] Change the minimum supported Erlang version to OTP 19

2018-12-20 Thread Alexander Shorin
On Thu, Dec 20, 2018 at 7:17 PM Joan Touzet wrote >10:07 * In the 20.x series don't got below 20.3.8.11 There was > a nasty monitor > related bug in Erlang that davisp fixed > https://github.com/erlang/otp/commit/bb3f1ed6945a8cca2efa1a571f26e831911944a1 > Oh...I missed

Re: [PROPOSAL] Change the minimum supported Erlang version to OTP 19

2018-12-20 Thread Joan Touzet
;Alexander Shorin" To: dev@couchdb.apache.org Sent: Thursday, December 20, 2018 11:00:03 AM Subject: Re: [PROPOSAL] Change the minimum supported Erlang version to OTP 19 +1 P.S. Though I would raise it even to 20. Move fast with the new features! -- ,,,^..^,,, On Thu, Dec 20, 2018 at 11:

Re: [PROPOSAL] Change the minimum supported Erlang version to OTP 19

2018-12-20 Thread Alexander Shorin
+1 P.S. Though I would raise it even to 20. Move fast with the new features! -- ,,,^..^,,, On Thu, Dec 20, 2018 at 11:55 AM Jay Doane wrote: > > Currently, CouchDB requires at least OTP 17 or later to build and run > [1][2]. However, recent work undertaken to eliminate compiler warnings > [3][4

Re: [PROPOSAL] Change the minimum supported Erlang version to OTP 19

2018-12-20 Thread Paul Davis
+1 On Thu, Dec 20, 2018 at 8:15 AM Eiri wrote: > > +1 > > > > On Dec 20, 2018, at 04:55, Jay Doane wrote: > > > > Currently, CouchDB requires at least OTP 17 or later to build and run > > [1][2]. However, recent work undertaken to eliminate compiler warnings > > [3][4] has highlighted the additio

Re: [PROPOSAL] Change the minimum supported Erlang version to OTP 19

2018-12-20 Thread Eiri
+1 > On Dec 20, 2018, at 04:55, Jay Doane wrote: > > Currently, CouchDB requires at least OTP 17 or later to build and run > [1][2]. However, recent work undertaken to eliminate compiler warnings > [3][4] has highlighted the additional effort needed to continue to support > older Erlang version

Re: [PROPOSAL] Change the minimum supported Erlang version to OTP 19

2018-12-20 Thread Jan Lehnardt
Good proposal, thanks Jay! In the past we looked at what distributions had which Erlang version available, but over the years this has become increasingly difficult, as a) distros would do weird things to the OTP distribution and b) would not update quite quickly. With our advent of binary packag

Re: [PROPOSAL] Change the minimum supported Erlang version to OTP 19

2018-12-20 Thread Robert Samuel Newson
+1 > On 20 Dec 2018, at 08:55, Jay Doane wrote: > > Currently, CouchDB requires at least OTP 17 or later to build and run > [1][2]. However, recent work undertaken to eliminate compiler warnings > [3][4] has highlighted the additional effort needed to continue to support > older Erlang versions.

[PROPOSAL] Change the minimum supported Erlang version to OTP 19

2018-12-20 Thread Jay Doane
Currently, CouchDB requires at least OTP 17 or later to build and run [1][2]. However, recent work undertaken to eliminate compiler warnings [3][4] has highlighted the additional effort needed to continue to support older Erlang versions. Some of the issues that have come up are: 1. erlang:now/0 de