Skip to content

Conversation

@jahorton
Copy link
Contributor

@jahorton jahorton commented Oct 9, 2025

To promote better organization of correction-search constructs, this PR relocates the class previously known as SearchSpace to its own source file. The lone major actual change is its rename from SearchSpace to SearchPath - an upcoming PR will introduce a SearchSpace interface (see #14979) implemented by what is now SearchPath, with another implementing type to come in an upcoming PR - #14949. I'll add more documentation at that point, since that's when the restructuring begins to settle.

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

@keymanapp-test-bot
Copy link

keymanapp-test-bot bot commented Oct 9, 2025

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 refactor(web): relocate SearchSpace definition, tests to own code file refactor(web): relocate SearchSpace definition, tests to own code file 🚂 Oct 9, 2025
@keymanapp-test-bot keymanapp-test-bot bot added this to the A19S13 milestone Oct 9, 2025
@darcywong00 darcywong00 modified the milestones: A19S13, A19S14 Oct 11, 2025
@jahorton jahorton force-pushed the refactor/web/correction-heuristic-and-thresholding branch from d544b55 to 1df3a35 Compare October 17, 2025 15:02
@jahorton jahorton force-pushed the refactor/web/relocate-search-space branch from db32a59 to be473a1 Compare October 17, 2025 15:03
SearchSpace itself will become an _interface_ implemented by what is now SearchPath, and another type also implementing it will be introduced in an upcoming PR.
@jahorton jahorton force-pushed the refactor/web/relocate-search-space branch from f64965a to 54c76c9 Compare October 20, 2025 14:26
@jahorton jahorton changed the title refactor(web): relocate SearchSpace definition, tests to own code file 🚂 refactor(web): relocate SearchSpace definition as SearchPath, tests to own code file 🚂 Oct 22, 2025
@darcywong00 darcywong00 modified the milestones: A19S14, A19S15 Oct 24, 2025
@keyman-server keyman-server modified the milestones: A19S15, A19S16 Nov 8, 2025
@jahorton jahorton marked this pull request as ready for review November 12, 2025 19:59
Copy link
Member

@mcdurdin mcdurdin left a comment

Choose a reason for hiding this comment

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

RSLGTM

@keyman-server keyman-server modified the milestones: A19S16, A19S17 Nov 22, 2025
@keyman-server keyman-server modified the milestones: A19S17, A19S18 Dec 6, 2025
@keyman-server keyman-server modified the milestones: A19S18, A19S19 Dec 21, 2025
@keyman-server keyman-server modified the milestones: A19S19, A19S20 Jan 3, 2026
@jahorton jahorton force-pushed the refactor/web/relocate-search-space branch from 2b1136c to c02de14 Compare January 5, 2026 19:23
@jahorton jahorton changed the title refactor(web): relocate SearchSpace definition as SearchPath, tests to own code file 🚂 refactor(web): relocate SearchSpace definition as SearchQuotientSpur, tests to own code file 🚂 Jan 5, 2026
* corrections for this ContextToken instance.
*/
readonly searchSpace: SearchSpace;
readonly searchSpace: SearchQuotientSpur;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

TODO: determine a better property name. Long-term, per #15161, this should reflect the SearchQuotientNode (previously, SearchSpace) module handler matching the token.

Perhaps searchGraphModule?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

5 participants