jj/lib
Yuya Nishihara e37378dc18 revset: implement RevWalk::map() and filter_map(), remove filter()
We'll need to propagate error from predicate function, so .filter() will no
longer be usable. .map() will be used in order to wrap infallible ancestry
lookup with Ok(_).

Some RevsetImpl methods are migrated to .map() as example.
2024-10-23 09:30:51 +09:00
..
benches style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
gen-protos cargo: inherit lints configuration from workspace 2024-10-04 22:29:13 +02:00
proc-macros style: remove useless uses of .iter() 2024-10-04 22:29:13 +02:00
src revset: implement RevWalk::map() and filter_map(), remove filter() 2024-10-23 09:30:51 +09:00
tests revset: propagate evaluation errors from other Revset methods 2024-10-22 09:03:53 +09:00
testutils object_id: implement Display on ObjectId types 2024-10-16 09:12:16 +09:00
Cargo.toml cargo: add hashbrown dependency 2024-10-05 08:12:30 +09:00
LICENSE