Page MenuHomeDevCentral

Refactor weighted list and value
DraftPublic

Authored by dereckson on Apr 18 2026, 11:38.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 30, 09:33
Unknown Object (File)
Sat, May 30, 04:32
Unknown Object (File)
Fri, May 8, 00:48
Unknown Object (File)
Wed, May 6, 21:51
Unknown Object (File)
Apr 29 2026, 11:25
Unknown Object (File)
Apr 29 2026, 05:42
Unknown Object (File)
Apr 29 2026, 03:51
Unknown Object (File)
Apr 28 2026, 08:40
Subscribers
None
This is a draft revision that has not yet been submitted for review.

Details

Reviewers
None

Diff Detail

Repository
rKERUALD Keruald libraries development repository
Lint
Lint Passed
Unit
Test Failures
Branch
follow-up-for-doc
Build Status
Buildable 6628
Build 6912: arc lint + arc unit

Event Timeline

dereckson held this revision as a draft.

This change is split from D2810 as it goes beyond documentation effort.

It needs to be revisited as it introduces an array with an empty string instead of an empty array in that test:

1) Keruald\OmniTools\Tests\HTTP\Requests\AcceptedLanguagesTest::testGetLanguageCodesWithBlankInformation
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
 Array (
+    0 => ''
 )