microsoft/Terminal
在 GitHub 查看[Audit] Eliminate raw pointers as begin/end markers in the CharRowCellReference class
Open
#2,672 建立於 2019年9月5日
Area-CodeHealthArea-OutputHelp WantedIssue-TaskProduct-ConhostProduct-Terminal
倉庫指標
- Star
- (35,764 star)
- PR 合併指標
- (平均合併 27天 19小時) (30 天內合併 24 個 PR)
描述
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.