microsoft/Terminal

Safer SafeArrays

Open

#4.419 geöffnet am 30. Jan. 2020

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)C++ (3.212 Forks)batch import
Area-CodeHealthHelp WantedIssue-TaskProduct-Terminal

Repository-Metriken

Stars
 (35.764 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide