Dependents: do nothing if no input is given
Dependencies
- [2]
STOFOQI4Fixing a bug in `pijul dependents` where non-dependents could be listed (and making the command deterministic) - [3]
VWJ2JL63Adding a `pijul dependents` command to list the transitive closure of the reverse dependency relation - [4]
IQ7VWYOKListing dependents of the root change
Change contents
- replacement in pijul/src/commands/dependents.rs at line 41
if let Some(h) = txn.reverse_log(&*channelr, None)?.next() {(h?.1).0.into()} else {return Ok(());}return Ok(());