Anki/rslib/src/scheduler/answering
Damien Elmes 390a8421aa fix test scheduler undo + implement look-ahead
Instead of using a separate undo queue, the code now defers checking for
newly-due learning cards until the answering stage, and logs the updated
cutoff time as an undoable change, so that any newly-due learning cards
won't appear instead of a new/review card that was just undone.

Queue redo now uses a similar approach to undo, instead of rebuilding the
queues.
2021-05-14 22:16:53 +10:00
..
current.rs tidy up Rust imports 2021-04-18 18:38:54 +10:00
learning.rs tidy up Rust imports 2021-04-18 18:38:54 +10:00
mod.rs fix test scheduler undo + implement look-ahead 2021-05-14 22:16:53 +10:00
preview.rs tidy up Rust imports 2021-04-18 18:38:54 +10:00
relearning.rs tidy up Rust imports 2021-04-18 18:38:54 +10:00
review.rs tidy up Rust imports 2021-04-18 18:38:54 +10:00
revlog.rs use mixed case for abbreviations in Rust code 2021-03-27 19:53:33 +10:00