Skip to content

Record upstream LeanType v3.9.1 ancestry with merge commit#116

Merged
AsafMah merged 282 commits into
devfrom
upstream-sync/v3.9.1-ancestry-merge
Jul 5, 2026
Merged

Record upstream LeanType v3.9.1 ancestry with merge commit#116
AsafMah merged 282 commits into
devfrom
upstream-sync/v3.9.1-ancestry-merge

Conversation

@AsafMah

@AsafMah AsafMah commented Jul 5, 2026

Copy link
Copy Markdown
Owner

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 ours merge commit with no file changes:

  • parent 1: current dev (57867580765aa57c4c9044e5f7264389a2bf07f0)
  • parent 2: LeanBitLab upstream v3.9.1 (394bb60074138ce7e6eaa179cfd46446970ea2d6)

Required merge method

Use merge commit only. Do not squash or rebase.

CLI equivalent:

gh pr merge <PR> --merge

Verification before merge

Local branch tip has both parents:

7241c02... 5786758... 394bb600... Record upstream LeanType v3.9.1 ancestry

Diff against current dev is empty.

Verification after merge

git fetch origin
git merge-base --is-ancestor 394bb60074138ce7e6eaa179cfd46446970ea2d6 origin/dev
# must exit 0

If this PR is squash-merged, that command will still fail.

iBasim and others added 30 commits June 5, 2026 06:43
Switches offline proofreader to llamacpp-kotlin GGUF and updates model settings UI to resolve 16 KB page alignment compatibility warnings.
LeanBitLab and others added 29 commits July 2, 2026 22:53
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.
@AsafMah AsafMah merged commit a639744 into dev Jul 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants