Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(errors)!: improve RusticError display and usage #321

Open
wants to merge 119 commits into
base: main
Choose a base branch
from

Commits on Oct 23, 2024

  1. Removing anyhow

    simonsan committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    101f898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cdd50e View commit details
    Browse the repository at this point in the history
  3. Error handling

    simonsan committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ac5a261 View commit details
    Browse the repository at this point in the history
  4. fix typo

    simonsan committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d8421db View commit details
    Browse the repository at this point in the history
  5. style: format changelog

    simonsan committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b690a80 View commit details
    Browse the repository at this point in the history
  6. RusticErrors for Choose, Local and Utils

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b5a365e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. RusticErrors for Local

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    36c0ca1 View commit details
    Browse the repository at this point in the history
  2. RusticErrors for Local

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    93f99b2 View commit details
    Browse the repository at this point in the history
  3. style: cargo fmt

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    96b4516 View commit details
    Browse the repository at this point in the history
  4. remove leftovers from check command error handling draft

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d51a6ca View commit details
    Browse the repository at this point in the history
  5. RusticErrors for Check

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8af508d View commit details
    Browse the repository at this point in the history
  6. RusticErrors for Cat

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0ecf288 View commit details
    Browse the repository at this point in the history
  7. add context for cat

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    17f8a35 View commit details
    Browse the repository at this point in the history
  8. RusticErrors for Dump incl Display for NodeType

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b507c5b View commit details
    Browse the repository at this point in the history
  9. RusticErrors for forget

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    612ccd1 View commit details
    Browse the repository at this point in the history
  10. RusticErrors for repair

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    cfaf6de View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9d1534b View commit details
    Browse the repository at this point in the history
  12. give error code to data decryption error for later usage when matchin…

    …g possible repository keys
    
    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    12d540b View commit details
    Browse the repository at this point in the history
  13. RusticErrors for Cryptographic stuff

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5192bdd View commit details
    Browse the repository at this point in the history
  14. revert check to before draft error handling

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4563edc View commit details
    Browse the repository at this point in the history
  15. RusticErrors for repository

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    546b383 View commit details
    Browse the repository at this point in the history
  16. optimize error handling in local hackend

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    98a1c4a View commit details
    Browse the repository at this point in the history
  17. RusticErrors in restore

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4527c21 View commit details
    Browse the repository at this point in the history
  18. more RusticErrors

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    dee0dfa View commit details
    Browse the repository at this point in the history
  19. RusticError for polynomial

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b2c6914 View commit details
    Browse the repository at this point in the history
  20. use smolstr and box more

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    aa5cfc3 View commit details
    Browse the repository at this point in the history
  21. more RusticErrors

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    246a1c7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3187db8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    da0032a View commit details
    Browse the repository at this point in the history
  24. style: fmt

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ed19682 View commit details
    Browse the repository at this point in the history
  25. RusticErrors for opendal backend

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f86f4b5 View commit details
    Browse the repository at this point in the history
  26. RusticErrors for rclone backend

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8ff3003 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    1ab5d8c View commit details
    Browse the repository at this point in the history
  2. RusticErrors for Rclone backend

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    1856987 View commit details
    Browse the repository at this point in the history
  3. use derive_more display instead of strum for BlobType

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3a045ef View commit details
    Browse the repository at this point in the history
  4. RusticErrors for Rest backend

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    8ffaa70 View commit details
    Browse the repository at this point in the history
  5. impl Display for FileType

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    27784b2 View commit details
    Browse the repository at this point in the history
  6. fix tests for error display and dbg

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ae1c33d View commit details
    Browse the repository at this point in the history
  7. test error display and debug impl

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a28089d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    03c5815 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Migrate to with_source constructor

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    9b7c347 View commit details
    Browse the repository at this point in the history
  2. remove wrongly commited macro expanded file

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    6a540f0 View commit details
    Browse the repository at this point in the history
  3. More RusticErrors

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    7ecc6ca View commit details
    Browse the repository at this point in the history
  4. More RusticErrors for Archiver

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    942df62 View commit details
    Browse the repository at this point in the history
  5. RusticErrors for DryRun backend

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    01f9863 View commit details
    Browse the repository at this point in the history
  6. RusticErrors for LocalDestination

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    32b63f4 View commit details
    Browse the repository at this point in the history
  7. RusticErrors for Packer and Tree

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    4e9c408 View commit details
    Browse the repository at this point in the history
  8. RusticErrors for Cache backend

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    db82ed2 View commit details
    Browse the repository at this point in the history
  9. More RusticErrors

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    6461492 View commit details
    Browse the repository at this point in the history
  10. More RusticErrors

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    9ec6208 View commit details
    Browse the repository at this point in the history
  11. fix error related clippy lints

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    1c672c2 View commit details
    Browse the repository at this point in the history
  12. update error

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    db6ddef View commit details
    Browse the repository at this point in the history
  13. More RusticErrors

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    85c3c9b View commit details
    Browse the repository at this point in the history
  14. More RusticErrors from tests

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    c45ede8 View commit details
    Browse the repository at this point in the history
  15. more error methods

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    f34fb99 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    686257f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cda7b71 View commit details
    Browse the repository at this point in the history
  18. Fix tests for incorrect passwort and key files

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    6c3ec5b View commit details
    Browse the repository at this point in the history
  19. fix imports

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    5038925 View commit details
    Browse the repository at this point in the history
  20. tests: update snapshots

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    e5c9aa1 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. make unix build

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    4603d44 View commit details
    Browse the repository at this point in the history
  2. fix clippy

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    36e9908 View commit details
    Browse the repository at this point in the history
  3. function doc

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    234cea6 View commit details
    Browse the repository at this point in the history
  4. remove unused errors from ignore

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    cd0989c View commit details
    Browse the repository at this point in the history
  5. fix all todo!("Error transition")

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    1d7deaf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a480693 View commit details
    Browse the repository at this point in the history
  7. remove long error types from function docs

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    56c45af View commit details
    Browse the repository at this point in the history
  8. Cleanup errors

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    b31054c View commit details
    Browse the repository at this point in the history
  9. fix import

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    de1c6e4 View commit details
    Browse the repository at this point in the history
  10. fix reference for fixme

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    2548568 View commit details
    Browse the repository at this point in the history
  11. fix visibility

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    10e5886 View commit details
    Browse the repository at this point in the history
  12. add error handling rules to error module

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    4e19c26 View commit details
    Browse the repository at this point in the history
  13. use is_code

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    a0ee05d View commit details
    Browse the repository at this point in the history
  14. style: cargo fmt

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    e7f073d View commit details
    Browse the repository at this point in the history
  15. imports in backend

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    abc5588 View commit details
    Browse the repository at this point in the history
  16. cleanup backend crate

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    80bbcec View commit details
    Browse the repository at this point in the history
  17. re-export for error handling

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    18f2319 View commit details
    Browse the repository at this point in the history
  18. add back description of errors in fn docs

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    6ed4adf View commit details
    Browse the repository at this point in the history
  19. fix path

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    51f6db5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ce4aca7 View commit details
    Browse the repository at this point in the history
  21. format closure

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    5abc923 View commit details
    Browse the repository at this point in the history
  22. Attach error code to verification error

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    1a5a536 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    3563664 View commit details
    Browse the repository at this point in the history
  2. Use Cow

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6745db4 View commit details
    Browse the repository at this point in the history
  3. Use SmolStr for RusticError::new()

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9d694b2 View commit details
    Browse the repository at this point in the history
  4. Add context

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5d90807 View commit details
    Browse the repository at this point in the history
  5. remove check issues

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6453049 View commit details
    Browse the repository at this point in the history
  6. change to unsupported error kind in dump

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ff50753 View commit details
    Browse the repository at this point in the history
  7. change to invalid input error kind in forget

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    73baca4 View commit details
    Browse the repository at this point in the history
  8. specify context better

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    dd2c079 View commit details
    Browse the repository at this point in the history
  9. attach context for pack_read_header

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e34d827 View commit details
    Browse the repository at this point in the history
  10. attach context for pack_read_header

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    58720c8 View commit details
    Browse the repository at this point in the history
  11. remove error variants for snapshot file

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    897a339 View commit details
    Browse the repository at this point in the history
  12. AppendOnly errors

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    dcfa5ee View commit details
    Browse the repository at this point in the history
  13. cleanup error in configfile

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    21528b8 View commit details
    Browse the repository at this point in the history
  14. order imports

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    fbf4c4f View commit details
    Browse the repository at this point in the history
  15. cleanup variants in KeyFileErrorKind

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    2b8caa4 View commit details
    Browse the repository at this point in the history
  16. cleanup variants in PackerErrorKind

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    80c1ade View commit details
    Browse the repository at this point in the history
  17. cleanup variants in LocalDestinationErrorKind

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    858eb2e View commit details
    Browse the repository at this point in the history
  18. cleanup variants in TreeErrorKind

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    2bfa13c View commit details
    Browse the repository at this point in the history
  19. cleanup variants in PackFileErrorKind

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d0acebf View commit details
    Browse the repository at this point in the history
  20. AppendOnly errors

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8d99678 View commit details
    Browse the repository at this point in the history
  21. cleanup ErrorKind

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9eaa796 View commit details
    Browse the repository at this point in the history
  22. cleanup ErrorKind

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    edb0a97 View commit details
    Browse the repository at this point in the history
  23. cleanup ErrorKind, remove parsing, and spread errors into InvalidInpu…

    …t, MissingInput, Internal, and Unsupported
    
    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    caae6bb View commit details
    Browse the repository at this point in the history
  24. move error kind up in module

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    354f7b2 View commit details
    Browse the repository at this point in the history
  25. add back error

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    389b15e View commit details
    Browse the repository at this point in the history
  26. more InvalidInput errors

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    23db926 View commit details
    Browse the repository at this point in the history
  27. update snapshot file for error display test

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4f44079 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. log errors before throwing them away

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b484c37 View commit details
    Browse the repository at this point in the history
  2. adapt visibility to make rustic-rs build

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f4babc3 View commit details
    Browse the repository at this point in the history
  3. update dep

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a7c8360 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. fix local after review

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b6a8386 View commit details
    Browse the repository at this point in the history
  2. .ask_report()

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c8ed8df View commit details
    Browse the repository at this point in the history
  3. don't unwrap in error description

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d6d42f3 View commit details
    Browse the repository at this point in the history
  4. reorder error to be aligned with display impl

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    be71df2 View commit details
    Browse the repository at this point in the history
  5. DRY constructors for RusticError

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b8bd50d View commit details
    Browse the repository at this point in the history
  6. update error snapshots

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    e508412 View commit details
    Browse the repository at this point in the history
  7. allow clippy lint for too many lines (103/100)

    Signed-off-by: simonsan <[email protected]>
    simonsan committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    63e496b View commit details
    Browse the repository at this point in the history