microsoft/Terminal

Safer SafeArrays

オープン

#4,419 opened on 2020/01/30

 (1 件のコメント) (0 件のリアクション) (1 人の担当者)C++ (9,275 件のフォーク)batch import
Area-CodeHealthHelp WantedIssue-TaskProduct-Terminal

Repository metrics

Stars
 (103,173 個のスター)
PR merge metrics
 (平均マージ 27d 19h) (30d で 24 merged PRs)

説明

It'd be nice if we could be safer with SafeArrays. We use them a lot in our accessibility model.

Some ideas include:

  • deleting automatically if anything goes wrong
  • easy conversions to/from vectors/arrays

I submitted an issue on wil here. If it gets implemented there first, we should use that. If not, we should just create it here and then pass it up to wil.

コントリビューターガイド