Skip to content

Conversation

@RAprogramm
Copy link
Owner

Summary

  • move optional source/backtrace storage into the boxed ErrorInner so the default AppResult Err variant stays small
  • add a regression test that enforces the AppError size budget
  • bump the crate to 0.21.1 and refresh the changelog and README snippets

Testing

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

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

@RAprogramm RAprogramm merged commit 7dee455 into new_version Sep 24, 2025
2 checks passed
@RAprogramm RAprogramm deleted the eye-of-ra/fix-large-err-variant-in-appresult branch September 24, 2025 10:51
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