anki/ftl
RumovZ c521753057
Refactor error handling (#2136)
* 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?
2022-10-21 18:02:12 +10:00
..
core Refactor error handling (#2136) 2022-10-21 18:02:12 +10:00
qt Add orientation toggle to browser view menu (#2074) 2022-09-20 12:56:59 +10:00
.gitignore Don't store used FTL keys in git 2022-04-09 12:38:54 +10:00
BUILD.bazel fix missing dependencies on ftl:sync 2021-10-26 08:30:13 +10:00
duplicate-string.py run black/isort on Python scripts 2021-04-14 18:22:02 +10:00
extract-strings.py run black/isort on Python scripts 2021-04-14 18:22:02 +10:00
format_check.py run black/isort on Python scripts 2021-04-14 18:22:02 +10:00
format.py run black/isort on Python scripts 2021-04-14 18:22:02 +10:00
README.md fix documentation links 2021-06-03 16:51:03 +10:00
remove-unused.sh Don't store used FTL keys in git 2022-04-09 12:38:54 +10:00
sync.py Tweak ftl:sync paths 2022-02-25 17:24:52 +10:00
transform-string.py run black/isort on Python scripts 2021-04-14 18:22:02 +10:00
update-ankimobile-usage.sh Don't store used FTL keys in git 2022-04-09 12:38:54 +10:00
update-desktop-usage.sh Garbage collect unused Fluent strings (#1482) 2021-11-12 18:19:01 +10:00

Files related to Anki's translations.

Please see https://translating.ankiweb.net/anki/developers