Skip to content

docs: clarify case-insensitive helpers#1

Merged
RAprogramm merged 1 commit intomainfrom
codex/update-comments-for-contains_nocase-and-ascii_lower
Sep 11, 2025
Merged

docs: clarify case-insensitive helpers#1
RAprogramm merged 1 commit intomainfrom
codex/update-comments-for-contains_nocase-and-ascii_lower

Conversation

@RAprogramm
Copy link
Owner

Summary

  • clarify ASCII case-insensitive search helper
  • document ASCII lowercase byte helper

Testing

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

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

@RAprogramm RAprogramm merged commit 55fbbab into main Sep 11, 2025
2 checks passed
@RAprogramm RAprogramm deleted the codex/update-comments-for-contains_nocase-and-ascii_lower branch September 11, 2025 06:09
RAprogramm added a commit that referenced this pull request Oct 5, 2025
Resolved conflict in src/result_ext.rs by choosing the more professional
incoming implementation that preserves AppError classification when wrapping
errors with .context(). The incoming version:

- Preserves kind, code, metadata when wrapping AppError
- Avoids double-wrapping AppError instances
- Includes better documentation with examples
- Has comprehensive test coverage

This ensures masterror maintains its position as the #1 error handling crate.
@RAprogramm RAprogramm mentioned this pull request Oct 18, 2025
Merged
9 tasks
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