ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara 7b641c0236 templater: add Template<C> adapter that evaluates Template<()> with value of C
The idea is basically the same as list.map(|x| ...) template. It compiles the
inner template with a placeholder variable of type 'C', and evaluate it for
each instance variable by injecting the variable through RefCell.
2024-03-22 11:51:15 +09:00
..
examples templater: allow use of wrap_<type>() functions without borrowing &language 2024-03-22 11:51:15 +09:00
src templater: add Template<C> adapter that evaluates Template<()> with value of C 2024-03-22 11:51:15 +09:00
testing revset: substitute '~(::x)' to 'x..' 2024-03-17 14:50:48 +09:00
tests Make node symbols templatable in the graphs. 2024-03-21 17:41:31 +01:00
build.rs
Cargo.toml
LICENSE