Update attachSerial tests to align with RTL15c changes#510
Closed
ttypic wants to merge 2 commits into
Closed
Conversation
Spec 6.0.1 replaced RTL15a with RTL15c: attachSerial is now only updated from ATTACHED messages whose resumed attribute is false. - Rename the two RTL15a tests in channel_properties.md to RTL15c and update their quoted requirements to the new wording - Add a new test asserting attachSerial is NOT updated from an ATTACHED message with the RESUMED flag set (the new behaviour) - Refresh the stale RTL10b quote in channel_history.md (now references RTL15c) - Update the RTL15 row in completion-status.md Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
SimonWoolf
force-pushed
the
attachserial-update
branch
from
July 23, 2026 18:03
d99aa94 to
71df3f7
Compare
SimonWoolf
approved these changes
Jul 23, 2026
Member
|
thanks! cherry-picked into #503 |
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.
Description
This pull request updates the
attachSerialtests to reflect the replacement of RTL15a with RTL15c in Spec 6.0.1. Key changes include:attachSerialis not updated from an ATTACHED message with theresumedattribute set to true, as per the new specification.channel_history.mdto reference RTL15c.completion-status.md.