ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara 8e143541a5 operation: propagate OpStoreError from parents()
We need to .collect_vec() the parents iterator to temporary buffer since the
borrowed iterator can't be returned back to the dag_walk functions. Another
option is to clone op_store and parent ids to remove &self lifetime from the
iterator, but that also means a temporary Vec is created.
2023-11-14 07:16:39 +09:00
..
examples
src operation: propagate OpStoreError from parents() 2023-11-14 07:16:39 +09:00
testing
tests
build.rs
Cargo.toml
LICENSE