You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: