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
F47138804: D2508.diff
Sat, Aug 29, 18:49
F47086263: D2508.id6327.diff
Sat, Aug 29, 15:24
F47086246: D2508.id6326.diff
Sat, Aug 29, 15:24
Unknown Object (File)
Mon, Aug 24, 23:17
Unknown Object (File)
Sun, Aug 23, 13:12
Unknown Object (File)
Sat, Aug 22, 19:59
Unknown Object (File)
Fri, Aug 21, 17:43
Unknown Object (File)
Wed, Aug 19, 20:43
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