rust-lang / rust-lang/backtrace-rs
Iterate through frames and filter them
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 628
- Forks
- 291
- PR merge metrics
- No merged PRs in 30d
Description
I would like to create a backtrace, iterate through the frames, and only keep frames that are in my project, ignoring everything in my dependencies. What is the easiest way of doing this?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the backtrace-rs APIs for creating a backtrace and iterating through its frames. Determine whether frames expose enough information to distinguish project code from dependencies, and clarify what project identity and filtering behavior should mean before assessing a possible change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100