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
F11669491: D2508.diff
Mon, Sep 8, 12:54
F11669349: D2508.id.diff
Mon, Sep 8, 12:13
Unknown Object (File)
Fri, Sep 5, 16:48
Unknown Object (File)
Thu, Sep 4, 02:29
Unknown Object (File)
Tue, Sep 2, 04:08
Unknown Object (File)
Mon, Sep 1, 02:05
Unknown Object (File)
Sat, Aug 30, 02:33
Unknown Object (File)
Fri, Aug 29, 16:25
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