will62794/spectacle

Show an error message if any action doesn't assign all variables

Closed this issue · 4 comments

Such actions are ignored according to this comment, but the spec should fail to evaluate, with a helpful error.

Related: b0e1ae5.

I suggest using "undefined" instead of "unassigned" because TLA+ does not have assignment.

Partially addressed in 6045e4c.

Nothing too fancy yet, but this should now be reported as an error in the UI (example spec).