Record upstream LeanType v3.9.1 ancestry with merge commit#116
Merged
Conversation
Switches offline proofreader to llamacpp-kotlin GGUF and updates model settings UI to resolve 16 KB page alignment compatibility warnings.
…s strings update.
This reverts commit 18551f5.
… edit drawables." This reverts commit a037ef8.
…riodically in dictionary word iteration
… by checking neighbors
… next-word bigram prediction boost
…y queries and optimizing sleep schedule
… querying with cleaned word string
…hape length mismatch penalty
…resampling to minimize memory allocations
…ory and personal dictionaries
…loader preferences
… inline path alloc, self-learning user boost
Only strip trailing space before space-stripping punctuation (]})':;!?,.) when the space was auto-inserted by the keyboard (SpaceState WEAK/PHANTOM/SWAP_PUNCTUATION). Manual spaces (SpaceState.NONE) must never be deleted. Bug introduced in 97802ea.
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.
What this is
This repeats the ancestry-only repair after PR #115 was merged without preserving the upstream parent. The repository allows merge commits, so this PR must be merged using GitHub's Create a merge commit option, not squash.
This branch tip is an
oursmerge commit with no file changes:dev(57867580765aa57c4c9044e5f7264389a2bf07f0)394bb60074138ce7e6eaa179cfd46446970ea2d6)Required merge method
Use merge commit only. Do not squash or rebase.
CLI equivalent:
Verification before merge
Local branch tip has both parents:
Diff against current
devis empty.Verification after merge
git fetch origin git merge-base --is-ancestor 394bb60074138ce7e6eaa179cfd46446970ea2d6 origin/dev # must exit 0If this PR is squash-merged, that command will still fail.