fs::find_path: do not insert a vertex in the "seen" table if we are not actually going through it
Dependencies
- [2]
UDI52FVAFixing path search for cyclic directories - [3]
YN63NUZOSanakirja 1.0 - [4]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [*]
RMDMAYRXAdding a root inode (aka supporting submodules)
Change contents
- replacement in libpijul/src/fs.rs at line 1009
if !seen.insert(next.dest()) {if seen.get(&next.dest()).is_some() {debug!("seen"); - edit in libpijul/src/fs.rs at line 1017[3.762898][6.27047]
seen.insert(next);