mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
* Fix reparented_name not correctly handling tags that are prefixes of the new parent To reproduce the issue: 1. Add two tags: `a` and `ab`. 2. From the browser's sidebar, drag & drop `a` into `ab`. Result: panic * Fix reparent_tags panicking if new parent is a child of source tag This is the "foo, foo::bar" case that should be a no-op. * Add more tests for tag reparenting |
||
|---|---|---|
| .. | ||
| .cargo | ||
| benches | ||
| build | ||
| cargo | ||
| i18n | ||
| i18n_helpers | ||
| linkchecker | ||
| src | ||
| tests/support | ||
| .gitignore | ||
| bench.sh | ||
| BUILD.bazel | ||
| Cargo.toml | ||
| empty.rs | ||
| README.md | ||
| rustfmt.bzl | ||
| rustfmt.toml | ||
Anki's Rust code.
backend.proto stores the interfaces used to communicate backend messages between Rust, Python and TypeScript.