Skip to content

Conversation

@RAprogramm
Copy link
Owner

Summary

  • store AppError sources behind shared Arc handles and capture optional backtraces lazily under the backtrace feature with RUST_BACKTRACE
  • wire the derive and ResultExt conversions through the new storage so source chains and backtrace snapshots are preserved automatically
  • bump the workspace crates to 0.19.0/0.9.0 and document the behaviour in the changelog and README

Testing

  • cargo +nightly 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 audit
  • cargo deny check

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

@RAprogramm RAprogramm merged commit 1657aa6 into new_version Sep 24, 2025
1 of 2 checks passed
@RAprogramm RAprogramm deleted the codex/add-source-and-backtrace-fields-to-error branch September 24, 2025 00:57
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