jj/cli
Yuya Nishihara 8b1760ca5d revset: pass diagnostics receiver around
Stacking at AliasExpanded node looks wonky. If we migrate error handling to
Diagnostics API, it might make sense to remove AliasExpanded node and add
node.aliases: vec![(id, span), ..] field instead.

Some closure arguments are inlined in order to help type inference.
2024-09-23 07:07:07 +09:00
..
examples revset: pass diagnostics receiver around 2024-09-23 07:07:07 +09:00
src revset: pass diagnostics receiver around 2024-09-23 07:07:07 +09:00
testing bookmarks: update some leftover uses of the word "branch" 2024-09-11 19:19:31 -07:00
tests revset, templater: make context message of nested errors less specific 2024-09-23 07:07:07 +09:00
build.rs
Cargo.toml cli: remove unused dependency on hex 2024-09-17 12:34:31 +02:00
LICENSE