jj/cli/examples
Yuya Nishihara b96924d17f templater: convert property to trait object by caller
I'm trying to refactor property wrapping functions, and noticed that it's odd
that .wrap_<property>() does boxing internally whereas .wrap_template() doesn't.

Also, it sometimes makes sense to turn property into trait object earlier. For
example, we can deduplicate L::wrap_boolean() in build_binary_operation().
2025-05-01 00:33:59 +00:00
..
custom-backend examples: use settings_for_new_workspace() when initializing workspace 2025-01-06 21:15:28 +09:00
custom-command repo: remove &UserSettings argument from new/rewrite_commit(), use self.settings 2024-12-31 10:51:57 +09:00
custom-commit-templater templater: convert property to trait object by caller 2025-05-01 00:33:59 +00: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: convert property to trait object by caller 2025-05-01 00:33:59 +00:00
custom-working-copy view: rename workspace "id" to "name" 2025-03-31 03:39:29 +00:00