Skip to content

Conversation

@RAprogramm
Copy link
Owner

Summary

  • introduce the app_error::Context builder for configuring codes, metadata, caller tracking, and redaction flags when promoting errors
  • add the ResultExt::ctx helper with tests to wrap Result errors into masterror::Error, and re-export the new API surface
  • bump the crate to 0.12.1, updating changelog and README versions alongside new rustdoc examples

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_68d1f743d8a8832b99ec94c65b03a12d

@RAprogramm RAprogramm merged commit f69cc8e into new_version Sep 23, 2025
1 of 2 checks passed
@RAprogramm RAprogramm deleted the codex/create-context-type-and-resultext-trait branch September 23, 2025 02:16
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