mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
![]() * Refactor import apkg tests * Merge conflicting notetypes regardless of id match Original ids are a new thing, and we need to handle previous remappings. This is done separately from the conflict resolution for notetypes with matching ids, because 1) we need to look at the notes to determine conflicts, and 2) we don't want to change the notetype of *all* existing notes with the conflicting notetype. The main reason is that for 2 existing notes with the same noteype, their incoming counterparts could have *different* notetypes. So to get rid of all conflicts, they must be resolved on a note-by-note basis. * Delete merged, now unused notetypes |
||
---|---|---|
.. | ||
benches | ||
i18n | ||
io | ||
linkchecker | ||
process | ||
proto | ||
proto_gen | ||
src | ||
sync | ||
tests/support | ||
.gitignore | ||
bench.sh | ||
build.rs | ||
Cargo.toml | ||
README.md | ||
rust_interface.rs |
Anki's Rust code.