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

feat: Allow capturing backtraces from anyhow #341

Merged
merged 3 commits into from Jun 7, 2021
Merged

Conversation

Swatinem
Copy link
Member

@Swatinem Swatinem commented Jun 7, 2021

This also fixes parsing of backtraces that have both line and column numbers.

fixes #337

This also fixes parsing of backtraces that have both line and column numbers
@Swatinem Swatinem requested a review from a team June 7, 2021 10:03
Copy link
Contributor

@flub flub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay!

@Swatinem Swatinem merged commit deb3693 into master Jun 7, 2021
@Swatinem Swatinem deleted the feat/anyhow-backtrace branch June 7, 2021 14:13
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.

Allow capturing Backtraces from anyhow::Error
2 participants