Stack optional column retirement contract on operation bridge - #43
Draft
alexstandiford wants to merge 4 commits into
Draft
alexstandiford wants to merge 4 commits into
alexstandiford wants to merge 4 commits into
Conversation
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
Adds the reviewed optional named-column retirement contract from PR38 on top of operation bridge PR42. The bridge files remain unchanged.
The contract adds the optional
TableColumnRetirementStrategy, its recoverable unsupported-capability exception, and the reflection and compatibility tests. Its documentation keeps the reviewed safety rules for validation before mutation, backend identifier semantics, dependency refusal, unrelated-column preservation, and request deduplication.Stack
codex/operation-local-handler-bridgeat4b0b7709e5945a4290b04c2e3562ef919923ed08codex/operation-bridge-retirement-convergencebab214603c3824f98cb964ec226229bbe468167dTesting
composer validate --strictpassed.vendor/bin/phpunit --configuration phpunit.xmlpassed: 177 tests, 531 assertions.vendor/bin/phpstan analyse lib tests --level=9passed.git diff --checkpassed.Draft only. Do not merge or release from this PR.