microsoft / microsoft/ProcMon-for-Linux
Add Dep: Use FMT library for formatting
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 4.7k
- Forks
- 295
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 9
Description
https://github.com/fmtlib/fmt :
{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams. This project makes considerable use of iostreams, therefore it's highly likely to hugely benefit from the addition of this library. To see example usage, take a look at the Windows Terminal repo.
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 by reviewing the fmt library link, the project's existing iostream usage, and the Windows Terminal examples referenced in the issue. Define which formatting paths should be migrated and how fmt will be added as a dependency; completion should include the agreed migration and verification that the project still builds and behaves correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- devtools, operating-systems
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100