Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order of transitions not deterministic #1

Open
clkao opened this issue Mar 21, 2012 · 1 comment
Open

Order of transitions not deterministic #1

clkao opened this issue Mar 21, 2012 · 1 comment

Comments

@clkao
Copy link

clkao commented Mar 21, 2012

Hi,

It seems the transition table is a plain hash, so the order of the transition objects are tested is not deterministic. It's probably better to use a arrayref to maintain order for transitions from a single state?

@icydee
Copy link
Owner

icydee commented Mar 21, 2012

Yes that is true, I could probably make the transition an arrayref, structured to look like a hashref, and make this an option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants