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

Turn StateTableError to an enum, handle self-loop for #290 #294

Closed
wants to merge 1 commit into from

Commits on May 15, 2022

  1. Turn StateTableError to an enum, handle self-loop for softdevteam#290

    StateTableError previously required a PIdx.
    At the point we discover this self loop we don't have one.
    
    In order to convey this error change StateTableError into an enum,
    combining the `pidx` field with its kind.
    ratmice committed May 15, 2022
    Configuration menu
    Copy the full SHA
    c367b03 View commit details
    Browse the repository at this point in the history