Avoid the root in fs::follow_oldest_path
Dependencies
- [2]
7ABOS34CDebug statements and formatting - [3]
KNB3RZMSFixing path crashes related to the new non-null roots - [4]
I52XSRUHMassive cleanup, and simplification - [5]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [6]
VYHHOEYHVersions and formatting - [7]
3AMEP2Y5More convenient interface for channels - [8]
GHO6DWPIRefactoring iterators - [9]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [10]
JZEI2QJVComparing file names
Change contents
- replacement in libpijul/src/fs.rs at line 852
'outer: loop {let mut has_descendants = true;'outer: while has_descendants {has_descendants = false;debug!("follow_oldest_path, loop {:?}", current); - edit in libpijul/src/fs.rs at line 863
has_descendants = true; - replacement in libpijul/src/fs.rs at line 872
break 'outer;continue 'outer;