state_machine icon indicating copy to clipboard operation
state_machine copied to clipboard

Elixir State Machine

Results 4 state_machine issues
Sort by recently updated
recently updated
newest added

This pull request contains changes that structure errors when the context fails, and also returns information to makes it easier to understand the reason of the error. - Add errors...

Right now the payload is optional and there's no way to tell if event is even expecting that. We can probably make it more strict and formal somehow.

Not sure if there could be any fix, maybe better documentation on how guards should be written if they're payload dependent. For example, sub condition dependent on payload should always...