Release candidate: refinement PRD - #3
Merged
Conversation
Preserve ordered edits, clamp combobox cursors before mutation, route wheel events to the hovered owner, and render selected state after navigation.
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.
Release candidate scope
This PR cleans up the 19 local commits on top of
github/masterinto a 12-commit release-candidate stack for the timui.h refinement PRD.Highlights:
make fuzz, and a release runbookLocal verification
Passed locally after history cleanup:
nix develop -c make checknix develop -c make fuzznix develop -c make release-checkEarlier on the same final tree before cleanup also passed:
nix develop -c make buildnix develop -c make test(381 tests)nix develop -c make wwwnix develop -c make vt-test(389 tests)nix develop -c make test-san SAN=undefinedLocal Darwin sanitizer caveat:
SAN=addresshung in the local Darwin sanitizer runtime and was interrupted.SAN=threadcrashed in the local Darwin sanitizer runtime before test results.Release note
Do not tag from this branch until PR CI is green and this is fast-forwarded into
master.