jj/cli
Yuya Nishihara 0c05c541a1 fileset, templater: insert intermediate InvalidArguments error type
This will help extract common FunctionCallNode<'i, T> type. We don't need
freedom of arbitrary error type choices, but implementing From<_> is the
easiest option I can think of. Another option is to constrain error type by
the expression type T through "T::ParseError: ArgumentsParseError" or
something, but it seemed a bit weird that we have to use trait just for that.
2024-05-23 10:18:36 +09:00
..
examples templater: implement expect_*_arguments() as methods 2024-05-22 10:18:05 +09:00
src fileset, templater: insert intermediate InvalidArguments error type 2024-05-23 10:18:36 +09:00
testing revset: add support for file(kind:pattern) syntax 2024-04-07 19:43:29 +09:00
tests config: add workaround for config path expression parsing 2024-05-23 10:18:17 +09:00
build.rs
Cargo.toml cargo: explicitly indicate paths to publish 2024-04-15 20:37:00 -07:00
LICENSE