Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING: Refactor script execution summary #45

Open
jmgate opened this issue Jul 3, 2024 · 0 comments
Open

BREAKING: Refactor script execution summary #45

jmgate opened this issue Jul 3, 2024 · 0 comments
Assignees
Labels
Type: Refactor Refactoring existing code to improve long-term sustainability.

Comments

@jmgate
Copy link
Collaborator

jmgate commented Jul 3, 2024

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.

@jmgate jmgate added the Type: Refactor Refactoring existing code to improve long-term sustainability. label Jul 3, 2024
@jmgate jmgate self-assigned this Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Refactor Refactoring existing code to improve long-term sustainability.
Projects
None yet
Development

No branches or pull requests

1 participant