ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara 5061d4b831 dsl_util: add trait for alias substitution errors
This is basically the same as the previous patch, but for error types. Some
of these functions could be encoded as "E: From<AliasExpandError<'i>>", but
alias substitution logic is recursive, so it would have to convert E back and
force.
2024-05-26 11:21:45 +09:00
..
examples templater: implement expect_*_arguments() as methods 2024-05-22 10:18:05 +09:00
src dsl_util: add trait for alias substitution errors 2024-05-26 11:21:45 +09:00
testing
tests cli: add space around = in jj config list output 2024-05-24 19:35:45 -07:00
build.rs
Cargo.toml
LICENSE