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
Explicitly record full document completion in PFFTT (#124)
Record a new `Finish` state to complement the `Start` line, closing the
run of a document. We had a Begin/Done pair around the entry procedure
(if there was one) but nothing actually pairing with the start of the
Technique.
This came up when we wanted to embellish the interactive trace with a
new visual convention: double arrows '⇒' and '⇐' are used to mark the
entry and exit from a Technique document as a whole (in contrast to the
single arrows which mark movement within the document) and we realized
we didn't have a compliment for `Start`.
0 commit comments