You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then the action tab features two buttons with the same label "Incr", making them difficult to distinguish.
I would expect the labels to be respectively "Incr(1)" and "Incr(2)".
This also affects the trace tab.
The text was updated successfully, but these errors were encountered:
Eventually the interface should handle this case better, but I just pushed a small change that may help you work around the confusion in the current tool.
The change allows you to optionally view the full set of next state choices directly (i.e. showing the set of changed variables for each), which hopefully helps to disambiguate between actions that aren't parsed as distinct, as you noted in the case above.
You can find the example spec from above running here, where you should be able to see the new "Show full next states" toggle button to enable this feature.
Consider the following spec:
Then the action tab features two buttons with the same label "Incr", making them difficult to distinguish.
I would expect the labels to be respectively "Incr(1)" and "Incr(2)".
This also affects the trace tab.
The text was updated successfully, but these errors were encountered: