mirror of
https://github.com/ankitects/anki.git
synced 2025-11-19 11:07:12 -05:00
* Add crate snafu * Replace all inline structs in AnkiError * Derive Snafu on AnkiError * Use snafu for card type errors * Use snafu whatever error for InvalidInput * Use snafu for NotFoundError and improve message * Use snafu for FileIoError to attach context Remove IoError. Add some context-attaching helpers to replace code returning bare io::Errors. * Add more context-attaching io helpers * Add message, context and backtrace to new snafus * Utilize error context and backtrace on frontend * Rename LocalizedError -> BackendError. * Remove DocumentedError. * Have all backend exceptions inherit BackendError. * Rename localized(_description) -> message * Remove accidentally committed experimental trait * invalid_input_context -> ok_or_invalid * ensure_valid_input! -> require! * Always return `Err` from `invalid_input!` Instead of a Result to unwrap, the macro accepts a source error now. * new_tempfile_in_parent -> new_tempfile_in_parent_of * ok_or_not_found -> or_not_found * ok_or_invalid -> or_invalid * Add crate convert_case * Use unqualified lowercase type name * Remove uses of snafu::ensure * Allow public construction of InvalidInputErrors (dae) Needed to port the AnkiDroid changes. * Make into_protobuf() public (dae) Also required for AnkiDroid. Not sure why it worked previously - possible bug in older Rust version? |
||
|---|---|---|
| .. | ||
| active_new_cards.sql | ||
| add_card.sql | ||
| add_card_if_unique.sql | ||
| add_or_update.sql | ||
| at_or_above_position.sql | ||
| congrats.sql | ||
| data.rs | ||
| due_cards.sql | ||
| filtered.rs | ||
| fix_due_new.sql | ||
| fix_due_other.sql | ||
| fix_ivl.sql | ||
| fix_low_ease.sql | ||
| fix_odue.sql | ||
| fix_ordinal.sql | ||
| get_card.sql | ||
| intraday_due.sql | ||
| mod.rs | ||
| new_cards.sql | ||
| search_cards_of_notes_into_table.sql | ||
| search_cids_setup.sql | ||
| search_cids_setup_ordered.sql | ||
| siblings_for_bury.sql | ||
| update_card.sql | ||