[TASK] Use Selector::parse() - #1470
Merged
Merged
Conversation
JakeQZ
marked this pull request as draft
January 22, 2026 02:28
JakeQZ
force-pushed
the
refactor/selector-parse
branch
from
January 22, 2026 18:04
b515237 to
ddff5b9
Compare
JakeQZ
marked this pull request as ready for review
January 22, 2026 18:19
Collaborator
Author
|
This is basically a refactoring to move the functionality from |
Collaborator
|
Is there any way to break this into smaller PRs or factor out a pre-PR to make this easier to review? |
JakeQZ
added a commit
that referenced
this pull request
Jan 23, 2026
Move a data provider in preparation for #1470.
Collaborator
Author
oliverklee
pushed a commit
that referenced
this pull request
Jan 23, 2026
Move a data provider in preparation for #1470.
JakeQZ
force-pushed
the
refactor/selector-parse
branch
2 times, most recently
from
January 23, 2026 14:38
53816f1 to
4649d14
Compare
JakeQZ
force-pushed
the
refactor/selector-parse
branch
from
January 23, 2026 14:44
4649d14 to
bec08b7
Compare
Collaborator
|
Does this PR depend on #1475? |
Collaborator
Author
JakeQZ
marked this pull request as draft
January 23, 2026 16:38
This replaces `DeclarationBlock::parseSelector()`. Part of #1325.
JakeQZ
force-pushed
the
refactor/selector-parse
branch
from
January 23, 2026 19:33
bec08b7 to
cbf6bbd
Compare
JakeQZ
marked this pull request as ready for review
January 23, 2026 19:35
Collaborator
Author
|
This can be reviewed now all the pre-PRs I can think of have been merged. |
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
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 replaces
DeclarationBlock::parseSelector().Part of #1325.