Skip to content

Refactor error modules into smaller units#50

Merged
RAprogramm merged 1 commit intomainfrom
codex
Sep 18, 2025
Merged

Refactor error modules into smaller units#50
RAprogramm merged 1 commit intomainfrom
codex

Conversation

@RAprogramm
Copy link
Owner

Summary

  • split the giant app_error module into focused submodules for the core type, constructors, and tests
  • reorganize the response module into dedicated files for the core payload, metadata helpers, conversions, legacy shim, framework adapters, and tests
  • keep public APIs untouched while reducing file size and improving maintainability

Testing

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

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

@RAprogramm RAprogramm merged commit 2b11565 into main Sep 18, 2025
2 checks passed
@RAprogramm RAprogramm deleted the codex branch September 18, 2025 05:31
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.

1 participant