-
-
Notifications
You must be signed in to change notification settings - Fork 130
feat(web): implement SearchCluster splitting and merging 🚂 #15031
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
jahorton
wants to merge
7
commits into
refactor/web/complex-search-space-reuse
Choose a base branch
from
feat/web/cluster-splitting-and-merging
base: refactor/web/complex-search-space-reuse
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
feat(web): implement SearchCluster splitting and merging 🚂 #15031
jahorton
wants to merge
7
commits into
refactor/web/complex-search-space-reuse
from
feat/web/cluster-splitting-and-merging
Conversation
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
User Test ResultsTest specification and instructions User tests are not required Test Artifacts
|
72798ba to
e5083de
Compare
8adec0a to
fe15157
Compare
4e17f64 to
8df54e8
Compare
e65ad7c to
5f1ce79
Compare
2989607 to
7e82b72
Compare
ef700d0 to
567ba68
Compare
7e82b72 to
6bbdb8d
Compare
567ba68 to
0286e3c
Compare
6bbdb8d to
39ac356
Compare
Build-bot: skip build:web Test-bot: skip
…tests and some .merge tests
…tests and some .merge tests
18c246a to
d98603f
Compare
0eddcf8 to
dadefba
Compare
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.
This PR serves to implement
SearchCluster.split()and.merge()in full, meeting the following criteria:.split().isSameSpace()method from refactor(web): implement SourcePath merging 🚂 #15024, which is designed to identify such cases. It thus is no longer unit-test only.SearchClustertype should be leveraged for results where applicable - where two or more paths converge to the same total subset of keystroke input + codepoint length..merge().split()operation are passed in, they should be fully remerged - into a single, refusedSearchSpacesegment based on the left-hand side's parent.Build-bot: skip build:web
Test-bot: skip