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
I'd like the script execution summary to be more customizable. I'd like the base class to provide a variety of SummaryItems (for lack of a better name). Subclass developers can extend/override what's provided by the base class, and they can create their own. When they call print_script_execution_summary(), they can pass it a list of summary items for it to process, or it can fall back to the default list provided by the base class.
Note: This will likely be a breaking change, though it might be possible to provide a backward compatibility layer for a time.
The text was updated successfully, but these errors were encountered:
I'd like the script execution summary to be more customizable. I'd like the base class to provide a variety of
SummaryItem
s (for lack of a better name). Subclass developers can extend/override what's provided by the base class, and they can create their own. When they callprint_script_execution_summary()
, they can pass it a list of summary items for it to process, or it can fall back to the default list provided by the base class.The text was updated successfully, but these errors were encountered: