basho / riak_repl

Riak DC Replication
Apache License 2.0
56 stars 32 forks source link

Add OTP20/rebar3 support. #790

Closed cmeiklejohn closed 5 years ago

cmeiklejohn commented 5 years ago

Replace use of random with rand. Use os:timestamp where possible, encode request id's using the calling process's process identifier for uniqueness, replace usage of rand_uniform. Use gen_fsm_compat for now to bridge gen_fsm compatibility changes before rewriting in gen_statem.

@martinsumner