microsoft/Terminal
Vedi su GitHub[Audit] Eliminate raw pointers as begin/end markers in the CharRowCellReference class
Open
#2672 aperta il 5 set 2019
Area-CodeHealthArea-OutputHelp WantedIssue-TaskProduct-ConhostProduct-Terminal
Metriche repository
- Star
- (35.764 star)
- Metriche merge PR
- (Merge medio 27g 19h) (24 PR mergiate in 30 g)
Descrizione
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.