ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara e87b49ccc1 templater: move boxing to ExpressionKind variants to make the enum smaller
I'm trying to extract generic alias substitution functions, and some of them
will take ExpressionKind or Box<FunctionCallNode> by value, then return it or
substituted value of the same type. The cost of moving values wouldn't matter
in practice, but I think it's better to keep the value types small.

Now ExpressionKind is 4-word long.
2024-05-18 09:53:52 +09:00
..
examples revset: support custom filter extensions 2024-05-06 10:42:01 -04:00
src templater: move boxing to ExpressionKind variants to make the enum smaller 2024-05-18 09:53:52 +09:00
testing
tests tests: avoid deprecated jj init --git/--git-repo 2024-05-17 13:55:20 -07:00
build.rs
Cargo.toml cargo: explicitly indicate paths to publish 2024-04-15 20:37:00 -07:00
LICENSE