Conversation
6766485 to
6db91b7
Compare
|
@Tanya-Solyanik any objections? |
|
Also would appreciate some suggestions on the remaining ifdefs listed above. Also, this fixes #39 |
Codecov Report
@@ Coverage Diff @@
## master #3169 +/- ##
====================================================
- Coverage 98.54350% 61.58057% -36.96293%
====================================================
Files 420 1286 +866
Lines 197872 451912 +254040
Branches 2756 39504 +36748
====================================================
+ Hits 194990 278290 +83300
- Misses 2329 168260 +165931
- Partials 553 5362 +4809
|
|
Keep |
Codecov Report
@@ Coverage Diff @@
## master #3169 +/- ##
====================================================
- Coverage 64.68383% 33.81916% -30.86468%
====================================================
Files 1318 888 -430
Lines 484206 253723 -230483
Branches 39910 36766 -3144
====================================================
- Hits 313203 85807 -227396
+ Misses 165627 163178 -2449
+ Partials 5376 4738 -638
|
| // See the LICENSE file in the project root for more information. | ||
|
|
||
| // #define TRACK_HDC | ||
| // #define GDI_FINALIZATION_WATCH |
There was a problem hiding this comment.
Looks like this was missed
There was a problem hiding this comment.
I think FINALIZATION_WATCH is now back in as requested
Delete remaining except FINALIZATION-WATCH
There was a problem hiding this comment.
It is being removed in other places though.
I created #3348 to track/reinstate finalization watch.
There was a problem hiding this comment.
Oh, didn't notice it was inconsistent, probably should be updated to either remove all of them or keep all of them
|
Updated |
This comment has been minimized.
This comment has been minimized.
Codecov Report
@@ Coverage Diff @@
## master #3169 +/- ##
====================================================
+ Coverage 64.68383% 98.63044% +33.94660%
====================================================
Files 1318 430 -888
Lines 484206 230439 -253767
Branches 39910 3142 -36768
====================================================
- Hits 313203 227283 -85920
+ Misses 165627 2523 -163104
+ Partials 5376 633 -4743
|
|
...and it passed 😕 |
Proposed Changes
The remaining list is
DEBUG_LAYOUTDEBUG_PAINTDEBUG_PAINT_ANCHORDEBUG_UPDOWNFINALIZATION_WATCHGDI_FINALIZATION_WATCHLAYOUT_PERFWATCHPBRS_PAINT_DEBUGTRACK_HDCWhat should we do with these? I didn't want to delete as they may be useful, but all the above except
DEBUG(which should stay, obviously), are never used define. Should we delete this code?Fixes #39
Microsoft Reviewers: Open in CodeFlow