mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
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(). |
||
|---|---|---|
| .. | ||
| custom-backend | ||
| custom-command | ||
| custom-commit-templater | ||
| custom-global-flag | ||
| custom-operation-templater | ||
| custom-working-copy | ||