Page MenuHomePhorge

Fix RuntimeException: min(): Array must contain at least one element
ClosedPublic

Authored by aklapper on Aug 22 2023, 09:09.
Tags
None
Referenced Files
F2992772: D25417.1740249148.diff
Fri, Feb 21, 18:32
F2992211: D25417.1740207953.diff
Fri, Feb 21, 07:05
F2989976: D25417.1740168291.diff
Thu, Feb 20, 20:04
F2989975: D25417.1740168290.diff
Thu, Feb 20, 20:04
F2989974: D25417.1740168288.diff
Thu, Feb 20, 20:04
F2989973: D25417.1740168288.diff
Thu, Feb 20, 20:04
F2989972: D25417.1740168286.diff
Thu, Feb 20, 20:04
F2989925: D25417.1740167801.diff
Thu, Feb 20, 19:56

Details

Summary

Make sure that $epochs[] is never empty but contains 0 so min($epochs) will not complain.

Closes T15623

Test Plan

Carefully read the code (as I am unaware of reproduction steps).

Diff Detail

Repository
rP Phorge
Branch
T15623min (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 800
Build 800: arc lint + arc unit

Event Timeline

Obviously not a clean tree, sorry. Thus ran arc liberate, now arc asked whether to include unstaged changes in src/__phutil_library_map__.php (yes)

and that's now wrong because src/__phutil_library_map__.php includes a non-existing file though I had ran git stash. I love git...

Try again, after an rm and arc liberate on master, and then a git rebase master on this branch

This revision is now accepted and ready to land.Aug 22 2023, 09:27