Print file paths for file descriptors
Open
- Dominant language
- Haskell
- Stars
- 126
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
It is similar to `strace -y`. We need a special type for file descriptors and use a special mode to change its output from integer values to mapping them to the target file paths
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing how hatrace currently represents file descriptors and formats their integer output. Compare the requested behavior with strace -y, then identify the appropriate descriptor type and output mode; done means descriptors can be rendered as target file paths while the existing integer output remains available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100