Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct defective return value in
Posix::ls_with_sizes
(#5037)
PR #2671 introduced `ls_with_sizes`. There was a defect in `class Posix` where an empty directory returned `nullopt` instead of an empty vector. This PR corrects that defect. I audited the original PR for possible related errors. This was the only one. [sc-48646] --- TYPE: BUG DESC: Correct defective return value in `Posix::ls_with_sizes`
- Loading branch information