-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Consider the DieHard
example. If you run it normally, the counterexample is generated. Running it with --only-trace
, it obviously succeeds, but simply exits with
specification: trace: success
Now, if you look at the options, this is obvious, since it says it only traces behaviors and turns off model checking. But when I was first using Spectacle, I actually typo'd -t
and -l
several times which confused me: why did this succeed? Ignoring that entirely though, -t
is practically useless without -l
because you literally can't see the traces without it. So I just always run with -tl
most of the time until I want to check and just run it without either option (or I'm debugging.)
This is more of a UX question than anything: if we're just tracing without checks, should we always diagram the output traces? This will probably impact the Interaction API, of course...