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.
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
Move search operations to UserSubsystem #4188
Move search operations to UserSubsystem #4188
Changes from 45 commits
aa014bf
cac29c2
082fdcd
aac6ed0
c234972
63afe93
d732248
e46d019
e0c68fa
d0272df
9fab12e
f170493
46e8629
1a0f892
b0391e4
78d8856
4ad948f
67a3617
459c6b8
2560436
d77a0c1
39b4ea0
01efe6a
c664d34
4ec43a2
f614653
542f5ba
0ec354b
0369090
ec8a5d5
3e25c07
559e154
63e3c4b
b6f08d2
66a97d7
ede2aa1
15a2c44
1806e82
7d0d0c7
99ab272
8c73d31
1446cdb
d8bac42
1861511
69ce200
6fc44e9
7404df1
55cc084
4b39d28
d479ed6
567a8d3
e7017f5
01fa1bd
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What was the error before the refactoring?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"TODO: searcher doesn't exist" :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was asking about before this PR started. This PR is supposed to be a refactoring, so ideally we wouldn't be inventing new user visible errors. So it'd be great to know what was the previous behaviour.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems like we've introduced this error, but for no good reason. I'm refactoring the code so we don't need to throw the error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This type instance is gone now and we don't throw a new error anymore compared to the old code.