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

Adding support to automatic persistence #11

Merged
merged 2 commits into from
Dec 18, 2017
Merged

Adding support to automatic persistence #11

merged 2 commits into from
Dec 18, 2017

Conversation

joaomdmoura
Copy link
Owner

This enable users to have automatic persistence following a similar
behaviour of the onw implemented on the callbacks and guard functions,
if Machinery founds a persist/2 function on the State Machine module
it will call it instead of updating the struct itself.

Relates to issue: #3

This enable users to have automatic persistence following a similar
behaviour of the onw implemented on the callbacks and guard functions,
if Machinery founds a `persist/2` function on the State Machine module
it will call it instead of updating the struct itself.
@joaomdmoura joaomdmoura self-assigned this Dec 18, 2017
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 4769360 on persistence into f756025 on master.

Repository owner deleted a comment from coveralls Dec 18, 2017
@joaomdmoura joaomdmoura merged commit 82a2c88 into master Dec 18, 2017
@joaomdmoura joaomdmoura deleted the persistence branch December 18, 2017 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants