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
F26412428: D2508.id6326.diff
Wed, Apr 22, 16:55
F26400505: D2508.id6326.diff
Wed, Apr 22, 14:31
F26400501: D2508.id6327.diff
Wed, Apr 22, 14:31
F26395705: D2508.id6327.diff
Wed, Apr 22, 13:40
F26392222: D2508.diff
Wed, Apr 22, 12:50
Unknown Object (File)
Tue, Apr 21, 04:38
Unknown Object (File)
Mon, Apr 20, 03:27
Unknown Object (File)
Sat, Apr 18, 22:54
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