docs(spec): an expansion reconciles its child set instead of rebuilding it - #36
Open
delchev wants to merge 1 commit into
Open
docs(spec): an expansion reconciles its child set instead of rebuilding it#36delchev wants to merge 1 commit into
delchev wants to merge 1 commit into
Conversation
…ng it A span change is applied as a diff - the missing periods are added, the rows whose period the span no longer covers are deleted, and the rows it still covers are kept with their identifiers. Deleting the whole set before recreating it destroys committed rows whenever the recreation is interrupted. Follows intent-specification proposal 0023. Co-Authored-By: Claude Opus 5 <noreply@anthropic.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.
Follows intent-specification proposal
0023— leave this open until that is accepted.The
expansionssection said only that "a span change replaces the generated child set". That permits the destructive implementation: delete every row pointing at the master, then recreate the set. The reaction's writes each commit on their own, so an interrupted recreation destroys committed rows — the failure described in the proposal.The section now states the diff (missing periods added, rows whose period fell out deleted, the rest kept with their identifiers and edits) and carries the normative block in the site's
::: info Normativeform.npx vitepress build docspasses.🤖 Generated with Claude Code