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

EdkRepo: Updating messaging framework to be more consistent #56

Merged
merged 2 commits into from
Mar 20, 2022

Conversation

kevinsun49
Copy link
Contributor

Refactoring to allow messaging framework to be accessible in all commands through inheritance, rather than in a select few commands. Also avoids known colorama behavior that would cause an exponential amount of recursive exceptions.

Signed-off-by: Kevin Sun [email protected]

@kevinsun49
Copy link
Contributor Author

Colorama issue and discussion found at tartley/colorama#140

Refactoring to establish consistent standardized messaging framework
in all commands by making the --color parameter accessible to all
commands.

Signed-off-by: Kevin Sun <[email protected]>
Reviewed-by: Ashley E Desimone <[email protected]>
Refactoring to avoid known colorama behavior that would cause
an exponentially increasing amount of recursive calls resulting in an
exception storm.

Signed-off-by: Kevin Sun <[email protected]>
Reviewed-by: Ashley E Desimone <[email protected]>
@ashedesimone ashedesimone merged commit dcb0466 into tianocore:main Mar 20, 2022
@kevinsun49 kevinsun49 deleted the color branch February 10, 2023 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants