microsoft/Terminal
GitHub で見る[Audit] Eliminate raw pointers as begin/end markers in the CharRowCellReference class
Open
#2,672 opened on 2019年9月5日
Area-CodeHealthArea-OutputHelp WantedIssue-TaskProduct-ConhostProduct-Terminal
Repository metrics
- Stars
- (35,764 stars)
- PR merge metrics
- (平均マージ 27d 19h) (30d で 24 merged PRs)
説明
When turning on audit mode for the output buffer project, I ran into the circumstance where CharRowCellReference is using raw pointers as its iterator definitions for begin and end, which makes static analysis very unhappy as it still results in pointer math.
This represents adjusting CharRowCellReference to perform iteration in a way that audit finds palatable.