Page MenuHomeDevCentral

Implement ArrayAccess interface for Vector and HashMap
ClosedPublic

Authored by dereckson on Feb 10 2022, 23:27.
Tags
None
Referenced Files
F21140551: D2509.id6329.diff
Sat, Jan 17, 23:27
F21140549: D2509.id6330.diff
Sat, Jan 17, 23:27
F21140548: D2509.id6328.diff
Sat, Jan 17, 23:27
F21132850: D2509.id6330.diff
Sat, Jan 17, 05:09
Unknown Object (File)
Thu, Jan 15, 20:46
Unknown Object (File)
Thu, Jan 15, 16:46
Unknown Object (File)
Sun, Jan 11, 21:34
Unknown Object (File)
Sun, Jan 11, 21:33
Subscribers
None

Details

Summary

Zed exposes the configuration as a hashmap to the site health checks:
private HashMap $config.

A check need the name of the database. ArrayAccess can allow this syntax:
$this->config['database']['database']

Ref T1678.

Test Plan

Unit tests provided.

Diff Detail

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