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
Enables communication of what happened for a given execution.
Also enables historical lookup.
May include:
Beginning params specs, params, state.
Goal params specs, params, state.
Timestamps, duration.
Errors -- all must be serializable. Likely include Clone, PartialEq, Eq bounds so we treat all errors as values.
Consider the ability to merge multiple reports into one report -- a user may invoke, cancel, fix, and invoke commands repeatedly; yet one report that captures that grouping of invocations is more digestable than many small reports.
The text was updated successfully, but these errors were encountered:
Enables communication of what happened for a given execution.
Also enables historical lookup.
May include:
Clone, PartialEq, Eq
bounds so we treat all errors as values.Consider the ability to merge multiple reports into one report -- a user may invoke, cancel, fix, and invoke commands repeatedly; yet one report that captures that grouping of invocations is more digestable than many small reports.
The text was updated successfully, but these errors were encountered: