Page MenuHomeDevCentral

Allow to check if a vector or map is empty
ClosedPublic

Authored by dereckson on Feb 10 2022, 01:36.
Tags
None
Referenced Files
F12303535: D2508.id6326.diff
Tue, Oct 21, 00:24
F12297904: D2508.id.diff
Mon, Oct 20, 13:36
F12297855: D2508.diff
Mon, Oct 20, 13:24
F12297800: D2508.id6326.diff
Mon, Oct 20, 13:19
F12297793: D2508.id6327.diff
Mon, Oct 20, 13:19
Unknown Object (File)
Sat, Oct 18, 23:43
Unknown Object (File)
Sat, Oct 18, 16:41
Unknown Object (File)
Thu, Oct 16, 04:42
Subscribers
None

Details

Test Plan

Unit tests provided.

Needed by a Zed site health check:

if ($nonWritableDirs->isEmpty()) {
    // We can write everywhere.
    return true;
}

Diff Detail

Repository
rKOT Keruald OmniTools
Lint
Lint Passed
Unit
Tests Passed
Branch
main
Build Status
Buildable 3915
Build 4166: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Feb 10 2022, 01:37