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

Bug: Disallowing Different Actions on Same state #531

Open
blackeuler opened this issue Jan 13, 2021 · 5 comments
Open

Bug: Disallowing Different Actions on Same state #531

blackeuler opened this issue Jan 13, 2021 · 5 comments

Comments

@blackeuler
Copy link

blackeuler commented Jan 13, 2021

If you have a single State A and two actions 'blah' and 'foo'.

Ex: A 'blah' -> A; A 'foo' -> A;
This will not work

Blocks #1084

@StoneCypher
Copy link
Owner

Confirmed. Also, editor isn't exposing throws, leading to #532.

image

@StoneCypher
Copy link
Owner

now tracked with regression test case

image

@StoneCypher
Copy link
Owner

It seems I noticed almost exactly the same thing approximately a year ago, but incorrectly boxed it in my head to probability

Effectively the same thing as #419, but correctly scoped instead

@StoneCypher
Copy link
Owner

oh man i knew about this in 2017 😦

StoneCypher/jssm#31

@StoneCypher
Copy link
Owner

hm, looks like it's also #325

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

No branches or pull requests

2 participants