basho / riak-erlang-client

The Riak client for Erlang.
Apache License 2.0
311 stars 188 forks source link

Add support of Erlang 20 #365

Closed manifest closed 6 years ago

manifest commented 6 years ago

Currently, building of the project fails because of platform restrictions in rebar.config.

bryanhuntesl commented 6 years ago

I had to make some changes to the eunit tests so they would build and run under Erlang 20. I've created a new P/R with your changes and mine - https://github.com/basho/riak-erlang-client/pull/367