issues
search
korken89
/
smlang-rs
A State Machine Language DSL procedual macro for Rust
Apache License 2.0
203
stars
28
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Semantics of on_entry and on_exit Functions in Transitions
#89
MartinBroers
opened
1 week ago
0
Add custom attributes for States and Events enum
#88
prabhpreet
closed
3 months ago
3
MSRV
#87
jayvdb
opened
3 months ago
1
The macro crate update was missing from the release
#86
korken89
closed
3 months ago
2
Preparing for smlang release v0.8.0
#85
ryan-summers
closed
3 months ago
0
Removing redundant log_state_change function
#84
ryan-summers
closed
3 months ago
0
New release request
#83
davidebenato
closed
3 months ago
1
Question on on_entry and on_exit for states
#82
dkumsh
closed
4 months ago
3
Support for wildcard internal transitions
#81
dkumsh
closed
4 months ago
3
Support for wildcard internal transitions
#80
dkumsh
closed
4 months ago
7
Cleaning up CI versions
#79
ryan-summers
closed
5 months ago
0
New release
#78
davidebenato
closed
5 months ago
1
Added transition_callback
#77
MartinBroers
closed
4 months ago
1
Fixing the internal state management, reverting actions to take references to state data, cleaning up codegen
#76
ryan-summers
closed
5 months ago
13
Failed guards result in corrupt internal state
#75
ryan-summers
closed
5 months ago
0
Question: Is it possible to release a version 0.6.1?
#74
vinicius-smartme
closed
5 months ago
3
Fallible actions support
#73
dkumsh
closed
5 months ago
5
Support multiple guarded transitions triggered by the same event
#72
dkumsh
closed
5 months ago
13
Is there support for multiple guarded transitions for a state and a triggering event ?
#71
dkumsh
closed
5 months ago
8
fix warnings and clippy nit
#70
mhammerly
closed
7 months ago
1
Release/0.7.0
#69
ryan-summers
closed
4 months ago
2
Add hooks for logging events, guards, actions, and state transitions
#68
mhammerly
closed
7 months ago
4
Link Checker Report
#67
github-actions[bot]
closed
9 months ago
1
Support on_entry and on_exit for states
#66
MartinBroers
closed
5 months ago
14
Feature: Add macro flags for derive(Debug).
#65
RecursivePineapple
closed
1 year ago
3
Add impl_display_{states,events}
#64
maximeborges
closed
1 year ago
4
Add support for async
#63
maximeborges
closed
1 year ago
0
Add name to statemachine and make dot output stable and unique
#62
asmfreak
closed
1 year ago
2
Link Checker Report
#61
github-actions[bot]
closed
1 year ago
1
Support on_entry and on_exit for states
#60
MartinBroers
closed
5 months ago
5
Fix clippy warnings
#59
oblique
closed
2 years ago
1
Fix lifetime issues
#58
oblique
closed
2 years ago
4
Multiple lifetime issues
#57
oblique
closed
2 years ago
0
Make `StateMachine::new` and `StateMachine::new_with_state` const functions
#56
oblique
closed
2 years ago
0
Syntax for adding derive/procedural macros on `States` and `Events`
#55
oblique
closed
2 years ago
4
Preparing for 0.6.0 release
#54
ryan-summers
closed
2 years ago
0
Link Checker Report
#53
github-actions[bot]
closed
2 years ago
1
Link Checker Report
#52
github-actions[bot]
closed
2 years ago
1
Link Checker Report
#51
github-actions[bot]
closed
2 years ago
0
Link Checker Report
#50
github-actions[bot]
closed
2 years ago
1
Pass reference values in guards and owned values in actions
#49
oblique
closed
2 years ago
4
Actions should consume data instead of using them as reference
#48
oblique
closed
2 years ago
0
Allow input states before wildcard state for the same event
#47
oblique
closed
2 years ago
1
Bugfix/fix link checker
#46
dzimmanck
closed
2 years ago
2
Why is the StateMachine::new not a const function?
#45
tolgaparlan
closed
2 years ago
0
Fallible actions support
#44
ryan-summers
closed
5 months ago
5
Refactoring how guard error types are provided
#43
ryan-summers
closed
2 years ago
10
Wish: Add graphviz feature usage to examples/ex1.rs
#42
stappersg
opened
2 years ago
0
Mention Graphviz
#41
stappersg
closed
2 years ago
3
Wish: Add link to graphviz translator
#40
stappersg
closed
2 years ago
3
Next