Page MenuHomeDevCentral

BaseCollection::first now returns an Option
ClosedPublic

Authored by dereckson on Nov 7 2025, 01:30.
Tags
None
Referenced Files
F28405896: D3852.id.diff
Tue, May 12, 04:02
Unknown Object (File)
Tue, May 5, 21:40
Unknown Object (File)
Sun, May 3, 23:57
Unknown Object (File)
Sun, May 3, 01:52
Unknown Object (File)
Sun, May 3, 00:01
Unknown Object (File)
Sat, Apr 25, 03:17
Unknown Object (File)
Sat, Apr 25, 03:16
Unknown Object (File)
Sat, Apr 25, 03:16
Subscribers
None

Details

Summary

Previous behavior: return first item or throw an option on empty collection
Current behavior: similar to Rust, return Some(first item) or None

The behavior of BaseCollection::firstOr is not changed, with eager loading.
For lazy loading, we can now use $collection->first()->getValueOrElse().

Test Plan
  • Unit tests have been updated
  • No-op for Zed code (it uses firstOr)

Diff Detail

Repository
rKERUALD Keruald libraries development repository
Lint
Lint Passed
Unit
Tests Passed
Branch
develop/omnitools-1.x
Build Status
Buildable 6154
Build 6438: arc lint + arc unit