mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-06 03:22:59 +00:00
eadf8faded
I'm going to add generation parameter to Children/DagRange nodes, and 'Children { .. }' will be substituted to 'DagRange { .., gen: 1 }'. This commit helps future code move. Lifetime bounds of the arguments are unnecessarily restricted. It appears walk_ancestors_until_roots() captures arguments lifetime on rustc 1.64.0. I think the problem will go away if walk_*() functions are extracted to RevWalk methods where input arguments will become less generic. |
||
---|---|---|
.. | ||
benches | ||
gen-protos | ||
src | ||
tests | ||
testutils | ||
build.rs | ||
Cargo.toml |