swiftlang / swiftlang/swift-crashlog-processing
Make sure we can output source code when symbolicating if present/possible.
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 3
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
This will be a fairly niche case, because in most cases, you can only display source code when showing crash logs on the machine they were compiled AND run on. But it should be fairly easy to implement when everything is in place. It might already just work. The only extra needed might be passthrough of some SWIFT_BACKTRACE settings in the swift-symbolicate executable. Also check it works in library usage.
Contributor guide
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 with the swift-symbolicate executable and the library symbolication entry points. Check whether source is already emitted when the required information is available, then trace any SWIFT_BACKTRACE settings that need passthrough. Done means source output works where possible through both the executable and library usage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100