docs: v0.143.0 -- citation backfill batch 23: CANCEL (issue #164) - #194
Merged
Conversation
Cited 7/8 remaining uncited REQ-CANCEL-* requirements against TC18 §11.2.3's clear-all/clear-single wire formats, the cancellable-window predicate, NOT_FOUND/CANCELED outcome logic, and the chain-cascade predicate. A second id-mapping error (REQ-CANCEL-007, already cited) caught and fixed by the pre-flight check before any edit ran. Purely additive; no code or test behavior changed. 1028 requirements (unchanged count), 100% traced+tested, 0 cfusa check errors. Signed-off-by: Matt <47545907+SoundMatt@users.noreply.github.com>
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
Phase 2 (issue #164) citation-backfill batch 23: CANCEL (
request_cancel.c).Cited 7 of 8 remaining uncited
REQ-CANCEL-*requirements against TC18 §11.2.3's three cancellation mechanisms:REQ-CANCEL-003— clear-all decode validation (§11.2.3.1 Figure 13/Table 11, request_type 0x05)REQ-CANCEL-006— clear-single decode validation (§11.2.3.3 Figure 15/Table 13, request_type 0x07)REQ-CANCEL-008,010— cancellable-window predicateREQ-CANCEL-009,011— NOT_FOUND/CANCELED outcome logicREQ-CANCEL-012— chain-cascade predicateLeft uncited:
REQ-CANCEL-001(strerror()uniqueness) — standing pattern.A second id-mapping error caught and fixed before any edit ran, same class as batch 22's:
REQ-CANCEL-007was drafted as a target but the pre-flight scan showed it already cited — folded its intended citation into006.Verification
.fusa-reqs.jsonchange; no source/test code touched.cfusa check: 0 errors.cfusa trace --req-coverage 100 --sec-tested 100: 100%/100%..fusa-reqs.jsonJSON-validated.Ref: issue #164.