microsoft / microsoft/terminal
Safer SafeArrays
Open
@carlos-zamora is already working on this.
Since May 12, 2020.
Area-CodeHealth
Help Wanted
Issue-Task
Product-Terminal
- Dominant language
- C++
- Stars
- 105k
- Forks
- 9.6k
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 29
Description
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
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.
Assessment
This issue has not been assessed yet.