ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Martin von Zweigbergk 79b5b8d681 evolution: rewrite divergence resolution as iterator
This commit rewites the divergence-resolution part of `evolve()` as an
iterator (though not implementing the `Iterator` trait). Iterators are
just much easier to work with: they can easily be stopped, and errors
are easy to propagate. This patch therefore lets us propagate errors
from writing to stdout (typically pipe errors).
2021-05-15 09:16:19 -07:00
..
benches
protos
src evolution: rewrite divergence resolution as iterator 2021-05-15 09:16:19 -07:00
tests evolution: rewrite divergence resolution as iterator 2021-05-15 09:16:19 -07:00
build.rs
Cargo.toml