fs::follow_oldest_path: remove infinite loop
Dependencies
- [2]
D3XN3HHJAvoid the root in fs::follow_oldest_path - [3]
3AMEP2Y5More convenient interface for channels - [4]
VYHHOEYHVersions and formatting - [5]
KNB3RZMSFixing path crashes related to the new non-null roots - [6]
I52XSRUHMassive cleanup, and simplification - [7]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [8]
GHO6DWPIRefactoring iterators - [9]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump
Change contents
- replacement in libpijul/src/fs.rs at line 851
let mut next = None;let mut has_descendants = true;'outer: while has_descendants {has_descendants = false;'outer: loop {let mut next = None; - edit in libpijul/src/fs.rs at line 861
has_descendants = true;