microsoft/Terminal

Followups from the new C++/WinRT

Ouverte

#14 872 ouverte le 18 févr. 2023

 (1 commentaire) (0 réaction) (0 personne assignée)C++ (9 275 forks)batch import
Area-CodeHealthHelp WantedIssue-TaskProduct-Meta

Métriques du dépôt

Stars
 (103 173 étoiles)
Métriques de merge PR
 (Merge moyen 27j 19h) (24 PRs mergées en 30 j)

Description

Interesting things we could do after #14869 landed:

### Tasks
- [x] remove all `InitializeComponent` calls - they do it automatically
- [ ] use `std::optional`<->`IReference` automatic binding
- [x] use `std::format` support (!) for json/uri/hostname/http stuff/all `IStringable`s
- [ ] potentially move to `/await:strict` for C++20 coroutines

Guide contributeur