microsoft/Terminal

Safer SafeArrays

开放

#4,419 创建于 2020年1月30日

 (1 条评论) (0 个反应) (1 位负责人)C++ (9,275 个派生)batch import
Area-CodeHealthHelp WantedIssue-TaskProduct-Terminal

仓库指标

星标
 (103,173 个星标)
PR 合并指标
 (平均合并 27天 19小时) (30 天内合并 24 个 PR)

描述

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.

贡献者指南