cleanup(result): remove deprecated individual Result headers#267
Merged
Conversation
Remove 8 deprecated Result<T> headers that were consolidated in #255: - result/fwd.h -> result/core.h - result/error_info.h -> result/core.h - result/result_core.h -> result/core.h - result/optional.h -> result/core.h - result/result_funcs.h -> result/utilities.h - result/exception_conversion.h -> result/utilities.h - result/result_macros.h -> result/utilities.h - result/error_codes_compat.h -> result/compat.h Verification: - Zero internal/external usage detected before removal - All 108 tests pass - Build verified on macOS Closes #266
kcenon
added a commit
that referenced
this pull request
Apr 13, 2026
Remove 8 deprecated Result<T> headers that were consolidated in #255: - result/fwd.h -> result/core.h - result/error_info.h -> result/core.h - result/result_core.h -> result/core.h - result/optional.h -> result/core.h - result/result_funcs.h -> result/utilities.h - result/exception_conversion.h -> result/utilities.h - result/result_macros.h -> result/utilities.h - result/error_codes_compat.h -> result/compat.h Verification: - Zero internal/external usage detected before removal - All 108 tests pass - Build verified on macOS Closes #266
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Removed Headers (8 files)
result/fwd.hresult/core.hresult/error_info.hresult/core.hresult/result_core.hresult/core.hresult/optional.hresult/core.hresult/result_funcs.hresult/utilities.hresult/exception_conversion.hresult/utilities.hresult/result_macros.hresult/utilities.hresult/error_codes_compat.hresult/compat.hUpdated Documentation
docs/DEPRECATION.md: Moved deprecated headers to "Removed" sectiondocs/CHANGELOG.md: Added removal entry under [Unreleased]Verification
Test Plan
cmake --build . --target allctest --output-on-failureRelated Issues