basho / riak_pipe

Riak Pipelines
Apache License 2.0
162 stars 60 forks source link

gen_fsm is deprecated #114

Open bowlofeggs opened 6 years ago

bowlofeggs commented 6 years ago

gen_fsm is deprecated and is replaced by http://erlang.org/doc/man/gen_statem.html.

russelldb commented 6 years ago

It's true. Given the slow work towards OTP20+, we'll probably just leave gen_fsm in for a while, and add compile options to ignore that warning. Maybe use gen_fsm_compat. I think it's a job of work to port all the gen_fsms in riak and it's deps.