erikzenker / hsm

Finite state machine library based on the boost hana meta programming library. It follows the principles of the boost msm and boost sml libraries, but tries to reduce own complex meta programming code to a minimum.
MIT License
187 stars 18 forks source link

[Reproducer] Fix/erikzenker/reproduce two anon events #156

Closed erikzenker closed 3 years ago

erikzenker commented 3 years ago

This PR reproduces two issues

  1. Anonymous transition execution is not stopped after the first successful transition for one anon event
  2. Parent internal transition overwrite substate internal transitions