Open bowlofeggs opened 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.
gen_fsm is deprecated and is replaced by http://erlang.org/doc/man/gen_statem.html.