docs: record the re-set generation fix in the changelog - #271
Merged
Merged
Conversation
The fix for #258 landed in #266 with no changelog entry, so two shipped behaviour changes were undocumented: cache entries now carry the generation they were written in, and the path registrations of live bindings are re-derived after the _state setter's clears. It also left three known holes pinned in the tests. Two had issues (#267, #268). The third — a binding whose path disappears in the second generation is never diagnosed, because the per-path check runs once per element and does not look at the generation — had none, so it is now #270 and the entry names all three. Co-Authored-By: Claude Opus 5 (1M context) <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.
The fix for #258 landed in #266 with no CHANGELOG entry. This adds it.
#266 shipped two behaviour changes to
@wcstack/statethat a reader of the changelog would need and could not find: cache entries now carry the generation they were written in, and the path registrations of live bindings are re-derived after the_statesetter's clears. It also left three known holes pinned in the tests. Two of them had issues (#267, #268); the third — a binding whose path disappears in the second generation is never diagnosed, because the per-path check runs once per element and does not look at the generation — had none, so this opens #270 for it.Documentation only. No source file is touched, so the gates are unchanged from
main.🤖 Generated with Claude Code