Skip to content

feat(web): add isSameNode for duplicate quotient-node detection 🚂#15478

Merged
jahorton merged 3 commits intoepic/autocorrectfrom
change/web/add-same-edge-detection
Feb 16, 2026
Merged

feat(web): add isSameNode for duplicate quotient-node detection 🚂#15478
jahorton merged 3 commits intoepic/autocorrectfrom
change/web/add-same-edge-detection

Conversation

@jahorton
Copy link
Copy Markdown
Contributor

@jahorton jahorton commented Jan 21, 2026

Continuing from #15508, this defines a method useful for determining if one SearchQuotientNode is a 100% match and duplicate for another node. While .isSameNode is only leveraged in unit tests within this PR, it sees use in runtime code starting with #15031.

Build-bot: skip build:web
Test-bot: skip

@keymanapp-test-bot
Copy link
Copy Markdown

keymanapp-test-bot Bot commented Jan 21, 2026

User Test Results

Test specification and instructions

User tests are not required

Test Artifacts

  • Web
    • KeymanWeb Test Home - build : all tests passed (no artifacts on BuildLevel "build")

@keymanapp-test-bot keymanapp-test-bot Bot changed the title feat(web): add isSameSpace, enhances merging of previously-split tokens feat(web): add isSameSpace, enhances merging of previously-split tokens 🚂 Jan 21, 2026
@keymanapp-test-bot keymanapp-test-bot Bot added this to the A19S21 milestone Jan 21, 2026
@jahorton jahorton force-pushed the refactor/web/complex-search-space-reuse branch from 403721b to fbe4bec Compare January 22, 2026 20:13
@jahorton jahorton force-pushed the change/web/add-same-edge-detection branch from a295e51 to bb2c119 Compare January 23, 2026 18:31
@jahorton jahorton force-pushed the refactor/web/complex-search-space-reuse branch from 1d44f26 to 6306f5e Compare January 28, 2026 17:15
@jahorton jahorton force-pushed the change/web/add-same-edge-detection branch from bb2c119 to e69bb62 Compare January 28, 2026 19:22
@jahorton jahorton changed the base branch from refactor/web/complex-search-space-reuse to feat/web/spur-edge-key January 28, 2026 19:22
@jahorton jahorton changed the title feat(web): add isSameSpace, enhances merging of previously-split tokens 🚂 feat(web): add isSameNode, enhances merging of previously-split tokens 🚂 Jan 28, 2026
@jahorton jahorton changed the title feat(web): add isSameNode, enhances merging of previously-split tokens 🚂 feat(web): add isSameNode for duplicate quotient-node detection Jan 28, 2026
@keymanapp-test-bot keymanapp-test-bot Bot changed the title feat(web): add isSameNode for duplicate quotient-node detection feat(web): add isSameNode for duplicate quotient-node detection 🚂 Jan 28, 2026
@jahorton jahorton force-pushed the feat/web/spur-edge-key branch from 0c4a793 to 92546fa Compare January 28, 2026 21:36
@jahorton jahorton force-pushed the change/web/add-same-edge-detection branch from e69bb62 to 71df397 Compare January 28, 2026 21:36
@jahorton jahorton force-pushed the feat/web/spur-edge-key branch from 92546fa to 240b1f6 Compare January 29, 2026 17:57
@jahorton jahorton force-pushed the change/web/add-same-edge-detection branch from 71df397 to 1f4897f Compare January 29, 2026 17:59
@jahorton jahorton force-pushed the feat/web/spur-edge-key branch from 240b1f6 to 76b3479 Compare January 29, 2026 18:55
@jahorton jahorton force-pushed the change/web/add-same-edge-detection branch from 1f4897f to 56d7a8f Compare January 29, 2026 18:58
@keyman-server keyman-server modified the milestones: A19S21, A19S22 Jan 31, 2026
@jahorton jahorton force-pushed the feat/web/spur-edge-key branch from 76b3479 to 2127072 Compare February 5, 2026 16:38
@jahorton jahorton force-pushed the change/web/add-same-edge-detection branch from 56d7a8f to d4f3a18 Compare February 5, 2026 16:46
@jahorton jahorton force-pushed the change/web/add-same-edge-detection branch from d4f3a18 to 1755556 Compare February 5, 2026 16:48
if(this.model != space.model) {
return false;
}
return true;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do these not have parents to check for match?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's the 'root' node - there is no parent here.

Copy link
Copy Markdown
Contributor

@darcywong00 darcywong00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Copy Markdown
Contributor

@ermshiperete ermshiperete left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@keyman-server keyman-server modified the milestones: A19S22, A19S23 Feb 13, 2026
Base automatically changed from feat/web/spur-edge-key to epic/autocorrect February 16, 2026 03:24
@jahorton jahorton merged commit 7828a4c into epic/autocorrect Feb 16, 2026
7 of 8 checks passed
@jahorton jahorton deleted the change/web/add-same-edge-detection branch February 16, 2026 03:24
@github-project-automation github-project-automation Bot moved this from Todo to Done in Keyman Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants