gen_state_machine
gen_state_machine copied to clipboard
An idiomatic Elixir wrapper for gen_statem in OTP 19 (and above).
List of changes: - Fix typo - Fix spdx license id - Use common source url - Remove api reference page since there is only one module - Add changelog...
The messages generated by `GenStateMachine.Translator` don't have the metadata that modern versions of Sentry's reporter (8.0+) is expecting, so they aren't captured at all. This caused some serious head-scratching at...
Maybe modify the application section is not necessary. I tried this package on elixir 1.14.0 without modify the application section and it works. I followed this tutorial https://dockyard.com/blog/2020/01/31/state-timeouts-with-gen_statem More details:...
This fixes the following warnings in Elixir 1.17: ``` ==> gen_state_machine Compiling 3 files (.ex) warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use...