Thanks for the follow-up. I defer to OWNERS.
input.size() - raw_input.size(), raw_input.data(),
I think this is just raw_input.size(), no subtraction needed?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
#ifdef UNSAFE_BUFFERS_BUILD
BTW, I think this can be removed, assuming the prior CL spanified everything or put the questionable bits in UNSAFE_TODOs.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +1 |
Thanks for the follow-up. I defer to OWNERS.
This also looks to be the only one that slipped in.
I think this is just raw_input.size(), no subtraction needed?
Indeed, I think the CQ would have caught this, was to quick in just updating the size part.
input.size() - raw_input.size(), raw_input.data(),
I think this is just raw_input.size(), no subtraction needed?
Indeed now that I look closer 😊, I assume a test would have caught this once it had the chance to run.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Auto-Submit | +1 |
+ccameron@ from the initial review, a couple follow ups that were pointed out by Lei.
BTW, I think this can be removed, assuming the prior CL spanified everything or put the questionable bits in UNSAFE_TODOs.
There is an auto remover we run weekly, but also I see there is some indexing into a struct which is declared in third_party that we can't spanify which still doesn't have UNSAFE_TODO around it (so likely going to fail). Thomas is is currently in the process of running [unsafe_pragma_remover](https://source.chromium.org/chromium/chromium/src/+/main:tools/clang/unsafe_pragma_rewriter/;bpv=1) to switch all file level pragmas to line based UNSAFE_TODO so I'll let that get to this one.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
+1 on the fixes, -1 on removing the tests
void ApplyCrtcColorSpaceConversion(DrmWrapper* drm,
This is used to verify that the various DRM properties were set to the correct values in the below tests.
Maybe this should be refactored to be moved to test-only parts of the codebase.
(It's also an evolutionary dead-end with the al work replacing it)
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Auto-Submit | +1 |
Commit-Queue | +1 |
void ApplyCrtcColorSpaceConversion(DrmWrapper* drm,
This is used to verify that the various DRM properties were set to the correct values in the below tests.
Maybe this should be refactored to be moved to test-only parts of the codebase.
(It's also an evolutionary dead-end with the al work replacing it)
SGTM, will revert these files then and let you decide in future the approach. 😊
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +1 |
Mild ping @ccam...@chromium.org, I've removed the function so this is now just a bit of hygiene fix up.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |