Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gen_fsm replaced by gen_statem in vnode #80

Closed
wants to merge 17 commits into from

Conversation

WoelkiM
Copy link
Collaborator

@WoelkiM WoelkiM commented Oct 13, 2020

#19 ** gen_fsm repaced by gen_statem in vnode

@@ -220,8 +209,9 @@
%% action. It is called by handle_info when it receives an {'EXIT', Pid, Reason}
%% message and the function signature is: handle_exit(Pid, Reason, State).
%%
%% It should return a tuple indicating the next state for the fsm. For a list of
%% valid return types see the documentation for the gen_fsm_compat handle_info callback.
%% It should return a tuple indicating the next state for the gen_statem.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you double-check if this functionality is still supported @WoelkiM ?

@albsch albsch added the deprecated Fix deprecated things label Nov 24, 2020
This was linked to issues Nov 24, 2020
@albsch albsch closed this Jul 13, 2021
@albsch albsch deleted the branch riak-core-lite:master July 13, 2021 19:48
@albsch albsch reopened this Jul 13, 2021
@albsch
Copy link
Member

albsch commented Jul 15, 2021

This points to the old master and the conflicts can't be fixed. Closed in favor of #100.

@albsch albsch closed this Jul 15, 2021
@albsch albsch mentioned this pull request Jul 19, 2021
24 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecated Fix deprecated things
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PULSE Tests Update gen_fsm_compat
2 participants