microsoft/Terminal
[Audit] Unsuppress OuptutCellIterator warning and solve custom construction/destruction warning
オープン
#2,675 opened on 2019/09/05
Area-CodeHealthArea-OutputHelp WantedIssue-TaskProduct-ConhostProduct-Terminal
Repository metrics
- Stars
- (103,173 個のスター)
- PR merge metrics
- (平均マージ 27d 19h) (30d で 24 merged PRs)
説明
I suppressed the warning on the OutputCellIterator as a part of turning on audit mode because I couldn't figure it out (in a reasonable amount of time for how many other things I was fixing and trying to get turned on).
This represents removing the warning suppression and figuring out what the actual issue is that is causing the warning to flag when the iterator is advanced.