mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
* Fix FSRS easy interval being same as good interval in relearning cards https://github.com/ankitects/anki/pull/3236#issuecomment-2187787774 * Update relearning.rs * Update relearning.rs * Set min interval of easy to Good + 1 * Ensure minimum doesn't exceed maximum (dae) With a maximum interval set, it would be possible to confuse with_review_fuzz() by passing min > max. |
||
|---|---|---|
| .. | ||
| 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.