Skip to content

Conversation

@RAprogramm
Copy link
Owner

Summary

  • move the AppError fields into a boxed ErrorInner, implement Deref/DerefMut, and update builders plus inspectors to operate through the inner allocation
  • adjust HTTP response conversion to pull owned data via Option::take and drop clippy::result_large_err allowances that are no longer needed
  • bump crate metadata to 0.14.1 with README and changelog updates documenting the error storage change

Testing

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

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

@RAprogramm RAprogramm merged commit 55f45b4 into new_version Sep 23, 2025
1 of 2 checks passed
@RAprogramm RAprogramm deleted the codex/refactor-error-struct-and-improve-validations branch September 23, 2025 06:06
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