ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli/examples
Yuya Nishihara 2916bbbec5 templater: allow use of wrap_<type>() functions without borrowing &language
These .wrap_<type>() functions aren't supposed to capture resources from the
language instance. It was convenient that wrap_() could be called without fully
spelling the language type, but doing that would introduce lifetime issue in
later patches.

I added type alias L to several places because the language type is usually
called L in generic code.
2024-03-22 11:51:15 +09:00
..
custom-backend cli: extract CommandError and helper functions to new module 2024-03-03 01:11:46 +09:00
custom-command cli: extract CommandError and helper functions to new module 2024-03-03 01:11:46 +09:00
custom-commit-templater templater: allow use of wrap_<type>() functions without borrowing &language 2024-03-22 11:51:15 +09:00
custom-global-flag cli: extract CommandError and helper functions to new module 2024-03-03 01:11:46 +09:00
custom-operation-templater templater: allow use of wrap_<type>() functions without borrowing &language 2024-03-22 11:51:15 +09:00
custom-working-copy workspace: don't lose sparsed-away paths when recovering workspace 2024-03-16 07:30:36 -07:00