issues
search
piotrmurach
/
finite_machine
A minimal finite state machine with a straightforward syntax.
https://piotrmurach.github.io/finite_machine/
MIT License
807
stars
38
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix for ruby 3.1+
#78
abhishekjain16
closed
1 year ago
0
Make the state hash fully thread safe
#77
mensfeld
closed
1 year ago
6
Transition does not happen if any_state is used in the definition.
#76
domokos
closed
1 year ago
1
Errors with Ruby 3.1.2
#75
ghn
closed
1 year ago
2
Fix defining object finalizer in Ruby 3.1 to reference a UUID string
#74
vkononov
closed
1 year ago
14
Introduce names for FiniteMachine instances
#73
raw-bin
opened
3 years ago
0
Base class events are not overrided in subclass.
#70
priyanghadevi1994
opened
3 years ago
0
Unable to define constructors on custom classes
#69
RoseAndres
closed
3 years ago
4
[ Feature Request ] Handling For Multiple State Machines
#68
LWFlouisa
closed
4 years ago
3
Fix README.md ActiveRecord Snippet
#67
dceluis
closed
4 years ago
3
alias_target doesn't seem to work
#66
sigfrid
closed
4 years ago
2
fix deadlock
#65
ahorek
closed
4 years ago
2
Message Queue Spec sometimes hangs on jruby
#64
ahorek
closed
4 years ago
2
Java::JavaUtilConcurrent::RejectedExecutionException on jruby
#63
ahorek
closed
4 years ago
1
[CI] test latest rubies
#62
ahorek
closed
4 years ago
2
[CI] update rspec-benchmark
#61
ahorek
closed
4 years ago
2
v0.12.1 missing sync dependency
#60
bkutil
closed
4 years ago
4
Rename final to terminal state
#59
bradgessler
closed
4 years ago
2
Update README.md
#58
bradgessler
closed
4 years ago
5
fix for `2.2 define` snippet
#57
IgorPolyakov
closed
5 years ago
3
Setting target that responds to to_hash
#56
JonPugsley
closed
5 years ago
1
Defining helper methods on machine, not on target
#55
shioyama
closed
5 years ago
2
Fix mistake in ActiveRecord example in readme
#54
shioyama
closed
5 years ago
2
Ruby 2.6.0 support (ruby-2.6.0-preview3)
#53
bmalets
closed
5 years ago
1
Fix typos in README
#52
rabelmarte
closed
6 years ago
3
https://travis-ci.org/minad/moneta
#51
mikolaj24
closed
6 years ago
0
When an error occurs on transition the current state is not "rollback"
#50
dcsg
closed
6 years ago
2
Terminal state
#49
mits87
closed
6 years ago
4
Website for the gem is not working
#48
mingan
closed
8 years ago
1
Repo description url is broken
#47
mtylty
closed
8 years ago
1
Consider removing the conversion of event names into methods.
#46
piotrmurach
closed
6 years ago
1
Cancelling inside callbacks
#45
piotrmurach
closed
6 years ago
3
Remove on_transition callback
#44
piotrmurach
opened
8 years ago
5
Lockup of two SM instances
#43
domokos
closed
8 years ago
4
Potential memory leak in v0.11.x
#42
craiglittle
closed
6 years ago
20
Halt all callbacks when transition cancelled
#41
craiglittle
closed
8 years ago
5
Fixed typo in README
#40
EppO
closed
9 years ago
1
Run `on_after` callbacks even when event cancelled
#39
craiglittle
closed
9 years ago
0
Persistence
#38
wbreeze
closed
9 years ago
3
Event names collide with instance names
#37
wbreeze
closed
9 years ago
1
Cancel transition when no matching choice
#36
craiglittle
closed
9 years ago
7
Error when conditional transition is undefined
#35
craiglittle
closed
9 years ago
7
HIGH_PRIORITY_ANY_STATE and HIGH_PRIORITY_ANY_EVENT
#34
dmgr
closed
6 years ago
2
ActiveRecord example - reflects machine state, even when event cancelled
#33
dmgr
closed
9 years ago
5
state machines definition inheritance
#32
dmgr
closed
9 years ago
3
prepend FiniteMachine instance methods with a prefix/postfix like "__"
#31
dmgr
closed
6 years ago
6
typo
#30
wiiikiii
closed
9 years ago
2
Add test showing different args number for async conditionals
#29
bkutil
closed
10 years ago
4
Add a Gitter chat badge to README.md
#28
gitter-badger
closed
10 years ago
0
Allows the target method to be aliased within a definition
#27
reggieb
closed
10 years ago
9
Next