Skip to content

Conversation

@RAprogramm
Copy link
Owner

Summary

  • switch the tonic conversion tests to the infallible Status::from API so clippy stops flagging unnecessary fallible conversions
  • rewrite the AppResult alias regression test to assert through pattern matching instead of literal unwrap
  • bump the crate metadata to 0.20.7 and update the changelog/README accordingly

Testing

  • cargo +nightly fmt --
  • cargo +1.90.0 clippy --all-features --all-targets -- -D warnings
  • cargo +1.90.0 build --all-targets
  • cargo +1.90.0 test --all
  • cargo +1.90.0 doc --no-deps
  • cargo audit
  • cargo deny check

https://chatgpt.com/codex/tasks/task_e_68d39d164ba8832ba3ec5ec711cad59e

@RAprogramm RAprogramm merged commit f56da73 into new_version Sep 24, 2025
1 of 2 checks passed
@RAprogramm RAprogramm deleted the eye_of_ra/fix-unnecessary-fallible-conversion-error branch September 24, 2025 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants