-
Notifications
You must be signed in to change notification settings - Fork 256
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
Formatting of std::backtrace::Backtrace #284
Closed
Closed
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
dab3d03
Implemented Debug newtypes for BacktraceFrame and BacktraceSymbol
5393e9e
Revert "Implemented Debug newtypes for BacktraceFrame and BacktraceSy…
5698213
added new_debug branch to on push workflows trigger
0paIescent c509ab1
Implemented Debug newtypes for BacktraceFrame and BacktraceSymbol
35a5a94
Removed DebugBacktraceFrame and DebugBacktraceSymbol, added is_first_…
5cdf76b
Added pretty print examples and fixed an out of place comma in the li…
2b04031
CI
9f5698f
Change method of printing the filepath
2bca996
added new_debug to workflow branches on push trigger
0paIescent e25829e
rustfmt
3184c77
Update main.yml
0paIescent 251ea42
Updated workflow
f4c1311
Removed is_empty from BacktraceSymbol that was added earlier
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How come these revisions changed? (I don't think current syntax works unless it's v1)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was reading the existing PR on master and I swapped a few on accident, I'm planning on just force pushing to this branch with a new change from scratch so just ignore everything that's currently pushed