Closed ddybvig-perf closed 2 years ago
This PR adds a new class to error.py that is a subclass of Python's built-in DeprecationWarning. It will print/log any future deprecation warning messages wrapped in ANSI control codes to make the text yellow in a console window.
No additional tests were written for this PR.
Fixes #757
Summary
This PR adds a new class to error.py that is a subclass of Python's built-in DeprecationWarning. It will print/log any future deprecation warning messages wrapped in ANSI control codes to make the text yellow in a console window.
Testing Steps
No additional tests were written for this PR.
Fixes #757