korken89 / smlang-rs

A State Machine Language DSL procedual macro for Rust
Apache License 2.0
193 stars 28 forks source link

Support for wildcard internal transitions #81

Closed dkumsh closed 2 weeks ago

dkumsh commented 3 weeks ago

I'am adding a PR for support for wildcard internal transitions. I think this should be a valuable addition to DSL (non-breaking). It is supported in boost::sml. Please review

dkumsh commented 3 weeks ago

Hi @korken89 , @ryan-summers : Would you be interested to review this PR please ?

dkumsh commented 2 weeks ago

@ryan-summers thanks for the review of this PR. . The branch is deleted. I still need the fork for my project until the new version is released to crates.io as. Are you planing to do that ? It would be nice to have it. Thanks

ryan-summers commented 2 weeks ago

Fixed in #80, I can look at a new release, but might try and cleanup the callbacks first.