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

Scope crasher #237

Open
frame-lang opened this issue May 11, 2024 · 0 comments
Open

Scope crasher #237

frame-lang opened this issue May 11, 2024 · 0 comments
Labels
bug Something isn't working v0.11.7

Comments

@frame-lang
Copy link
Owner

frame-lang commented May 11, 2024

The issue is that 1) $Ready doesn't exist and 2) there is an event handler after the transition. This combination induces a panic in v0.11.7.

#TimeMachine

    -machine-

    $Start

        |timeout|
            isCounterAt0() ? -> $Ready :| ^
        |foo|
            ^   


##
@frame-lang frame-lang added bug Something isn't working v0.11.7 labels May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v0.11.7
Projects
None yet
Development

No branches or pull requests

1 participant