I’m +1 on dropping Erlang 19 support. Erlang is now on major release 23. I’d further advocate a general policy of supporting only the most recent 2 or 3 major releases of Erlang/OTP.
The main (I think only?) reason to keep compatibility so far back is because of the versions supported by some OS’es. I don’t feel that is a strong reason given the couchdb install, in common with Erlang-based projects, is self-contained. The existence of Erlang Solutions packages for all common platforms is also a factor. B. > On 22 Jan 2021, at 19:54, Bessenyei Balázs Donát <bes...@apache.org> wrote: > > Hi All, > > CI for https://github.com/apache/couchdb-config appears to be broken. > I wanted to fix it in > https://github.com/apache/couchdb-config/pull/34/files , but I'm > getting issues with erlang 19. Are we okay with dropping 19 support > there? > > On a different note: are we okay with dropping erlang 19 support > overall in couch project(s)? > > > Thank you, > Donat