Using iter_graph in pijul
Dependencies
- [2]
TKEVOH7HFixing a bug when downloading changes, and making change download more efficient (more async) - [3]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [4]
I24UEJQLVarious post-fire fixes - [5]
EUZFFJSOUpdating Pijul with the latest changes in Libpijul
Change contents
- replacement in pijul/src/remote/mod.rs at line 1194
let mut it = txn.iter_graph(graph, Some(&v))?;while let Some(x) = txn.next_graph(&graph, &mut it) {for x in txn.iter_graph(graph, Some(&v))? {