mirror of
https://github.com/ankitects/anki.git
synced 2025-11-13 16:17:13 -05:00
* Add Rust bin to deprecate unused ftl entries * Align function names with bin names * Support passing in multiple ftl roots * Use source instead of jsons for deprecating * Fix CargoRun not working more than once (dae) * Add ftl:deprecate (dae) * Deprecate some strings (dae) This is not all of the strings that are currently unused * Check json files before deprecating; add allowlist (dae) The scheduler messages we'll probably want to reuse for the v2->v3 transition, so I'd prefer to keep them undeprecated for now. * Deprecate old bury options (dae) * Support gathering usages from Kotlin files for AnkiDroid (dae) * Update json scripts (dae) * Remove old deprecation headers * Parameterize JSON roots to keep * Tweak deprecation message (dae) |
||
|---|---|---|
| .. | ||
| action.rs | ||
| archives.rs | ||
| build.rs | ||
| cargo.rs | ||
| command.rs | ||
| configure.rs | ||
| copy.rs | ||
| git.rs | ||
| hash.rs | ||
| input.rs | ||
| lib.rs | ||
| node.rs | ||
| protobuf.rs | ||
| python.rs | ||
| render.rs | ||
| rsync.rs | ||
| sass.rs | ||