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
F12060391: D2508.diff
Sun, Sep 28, 23:15
F12059473: D2508.diff
Sun, Sep 28, 16:58
F12059472: D2508.id6326.diff
Sun, Sep 28, 16:57
Unknown Object (File)
Fri, Sep 26, 11:54
Unknown Object (File)
Thu, Sep 25, 18:27
Unknown Object (File)
Thu, Sep 25, 13:11
Unknown Object (File)
Thu, Sep 25, 07:27
Unknown Object (File)
Thu, Sep 25, 05:51
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