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

Simplify exception formatting #695

Merged

Conversation

0xced
Copy link
Contributor

@0xced 0xced commented Jan 19, 2022

Now that exceptions are not parsed anymore (#513 and #637), keeping the ExceptionInfo and StackFrameInfo internal classes doesn't make much sense anymore. The Exception and StackFrame types can be used by the ExceptionFormatter class directly, without conversion.

@CLAassistant
Copy link

CLAassistant commented Jan 19, 2022

CLA assistant check
All committers have signed the CLA.

Now that exceptions are not _parsed_ anymore (spectreconsole#513 and spectreconsole#637), keeping the `ExceptionInfo` and `StackFrameInfo` internal classes doesn't make much sense anymore. The `Exception` and `StackFrame` types can be used by the `ExceptionFormatter` class directly, without conversion.
@phil-scott-78 phil-scott-78 merged commit ff4215f into spectreconsole:main Feb 3, 2022
@0xced 0xced deleted the simplify-exception-formatting branch February 3, 2022 15:59
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.

None yet

3 participants